Fix zsh plugins

This commit is contained in:
2021-01-17 20:15:52 +00:00
parent 167aa036e6
commit 8fb9150d01
2 changed files with 36 additions and 5 deletions

View File

@@ -23,4 +23,14 @@ sudo pacman -Sy \
ttf-ubuntu-font-family \
youtube-dl \
zathura \
zsh
zsh \
zsh-autosuggestions \
zsh-history-substring-search
[ -d "/usr/share/zsh/plugins/fast-syntax-highlighting" ] || sudo git clone \
https://github.com/zdharma/fast-syntax-highlighting \
/usr/share/zsh/plugins/fast-syntax-highlighting
[ -d "/usr/share/zsh/plugins/zsh-vim-mode" ] || sudo git clone \
https://github.com/softmoth/zsh-vim-mode \
/usr/share/zsh/plugins/zsh-vim-mode