diff --git a/Makefile b/Makefile index 7641a5e..4a5d802 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ zsh: mkdir ~/.subzsh/plugins 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/hlissner/zsh-autopair ~/.subzsh/plugins/hlissner/zsh-autopair tmux: ln -s $(PWD)/sub/tmux/tmux.conf ~/.tmux.conf diff --git a/sub/zsh/plugin b/sub/zsh/plugin index 240d9b1..3031ed6 100644 --- a/sub/zsh/plugin +++ b/sub/zsh/plugin @@ -5,3 +5,5 @@ so () { so ~/.subzsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh so ~/.subzsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +so ~/.subzsh/plugins/hlissner/zsh-autopair/autopair.zsh +