Added fzf

This commit is contained in:
Joty
2018-04-23 02:14:26 +09:30
parent 0132a28813
commit 247e4c652e
3 changed files with 10 additions and 1 deletions

View File

@@ -61,6 +61,12 @@ else
cd ~/.oh-my-zsh/custom/themes/powerlevel9k && git pull
fi
if git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; then :
else
cd ~/.fzf && git pull
fi
~/.fzf/install --all --key-bindings --completion --no-update-rc --64
# source ~/.zshrc
echo -e "\nSudo access is needed to change default shell\n"