Use my fork of fzf for automated install
This commit is contained in:
parent
49b7a745d1
commit
00cd6a4ce6
@ -60,8 +60,8 @@ while getopts ":hbsdpcw" VALUE "$@"; do
|
||||
ln -s $ABSPATH/git/gitconfig ~/.gitconfig
|
||||
ln -s $ABSPATH/shells/bashrc ~/.bashrc
|
||||
if [ ! -d ~/.fzf ] ; then
|
||||
git clone https://github.com/junegunn/fzf.git ~/.fzf
|
||||
~/.fzf/install
|
||||
git clone https://github.com/stonewareslord/fzf.git ~/.fzf
|
||||
~/.fzf/install -y
|
||||
fi
|
||||
ln -s $ABSPATH/shells/zshrc ~/.zshrc
|
||||
if [ ! -d ~/.antigen ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user