feat: doom emacs installer
This commit is contained in:
parent
301bcb8b2e
commit
e240154924
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ alias zinit="zoxide init zsh > ${HOME}/.zoxide"
|
|||
alias plugins="$EDITOR $HOME/.zpackages.zsh"
|
||||
alias docker-update="docker images --format \"{{.Repository}}:{{.Tag}}\" | grep --invert-match '<none>' | xargs -L1 docker pull"
|
||||
alias emacsnw="emacs -nw"
|
||||
alias install-doom="git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.d && ~/.emacs.d/bin/doom install"
|
||||
|
||||
# doctor function
|
||||
zsh-doctor () {
|
||||
|
|
Loading…
Add table
Reference in a new issue