zsh fuzzy-finder

This commit is contained in:
TheK4n 2022-09-18 12:50:00 +03:00
parent a74bcb49e4
commit c3d874f689
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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