Skip to content

Commit

Permalink
zsh: add docker plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Apr 4, 2024
1 parent 1bd4c22 commit d122cb2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/config/doom/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -626,3 +626,8 @@ for what debugger to use. If the prefix ARG is set, prompt anyway."
(setq read-process-output-max (* 4 1024 1024)) ;; 4mb

(fset #'jsonrpc--log-event #'ignore)

(use-package! elcord
:config
(setq elcord-editor-icon "emacs_icon")
:hook (after-init . elcord-mode))
7 changes: 7 additions & 0 deletions home/config/doom/config.org
Original file line number Diff line number Diff line change
Expand Up @@ -1640,6 +1640,13 @@ Various tweaks to improve the overall performance.
#+begin_src elisp :tangle packages.el
(package! elcord)
#+end_src

#+begin_src elisp
(use-package! elcord
:config
(setq elcord-editor-icon "emacs_icon")
:hook (after-init . elcord-mode))
#+end_src
** Misc
#+begin_src elisp :tangle packages.el

Expand Down
3 changes: 3 additions & 0 deletions home/config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ antigen use oh-my-zsh
antigen bundle vi-mode

antigen bundle git
antigen bundle docker
antigen bundle docker-compose

antigen bundle zsh-users/zsh-syntax-highlighting

antigen bundle lukechilds/zsh-nvm
Expand Down

0 comments on commit d122cb2

Please sign in to comment.