add plugin

This commit is contained in:
TheK4n 2022-05-26 12:39:52 +03:00
parent 8448d10da1
commit ae7c4c219c
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ zsh:
mkdir ~/.subzsh/plugins mkdir ~/.subzsh/plugins
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.subzsh/plugins/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-autosuggestions ~/.subzsh/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting ~/.subzsh/plugins/zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-syntax-highlighting ~/.subzsh/plugins/zsh-syntax-highlighting
git clone https://github.com/hlissner/zsh-autopair ~/.subzsh/plugins/hlissner/zsh-autopair
tmux: tmux:
ln -s $(PWD)/sub/tmux/tmux.conf ~/.tmux.conf ln -s $(PWD)/sub/tmux/tmux.conf ~/.tmux.conf

View File

@ -5,3 +5,5 @@ so () {
so ~/.subzsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh so ~/.subzsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
so ~/.subzsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh so ~/.subzsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
so ~/.subzsh/plugins/hlissner/zsh-autopair/autopair.zsh