add plugin
This commit is contained in:
parent
8448d10da1
commit
ae7c4c219c
1
Makefile
1
Makefile
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user