Fix zsh plugins
This commit is contained in:
12
install.sh
12
install.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user