zsh fuzzy-finder
This commit is contained in:
parent
a74bcb49e4
commit
c3d874f689
2
Makefile
2
Makefile
@ -25,6 +25,8 @@ zsh:
|
||||
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
|
||||
git clone https://github.com/unixorn/fzf-zsh-plugin.git ~/.subzsh/plugins/unixorn/fzf-zsh-plugin && \
|
||||
ln -s ~/.subzsh/plugins/unixorn/fzf-zsh-plugin/bin/* ~/.local/bin/
|
||||
|
||||
tmux:
|
||||
ln -s $(PWD)/sub/tmux/tmux.conf ~/.tmux.conf
|
||||
|
||||
@ -6,4 +6,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
|
||||
so ~/.subzsh/plugins/unixorn/fzf-zsh-plugin/fzf-zsh-plugin.plugin.zsh
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user