Use my fork of fzf for automated install

This commit is contained in:
Austen Adler 2015-01-02 19:01:27 -05:00
parent 49b7a745d1
commit 00cd6a4ce6

View File

@ -60,8 +60,8 @@ while getopts ":hbsdpcw" VALUE "$@"; do
ln -s $ABSPATH/git/gitconfig ~/.gitconfig ln -s $ABSPATH/git/gitconfig ~/.gitconfig
ln -s $ABSPATH/shells/bashrc ~/.bashrc ln -s $ABSPATH/shells/bashrc ~/.bashrc
if [ ! -d ~/.fzf ] ; then if [ ! -d ~/.fzf ] ; then
git clone https://github.com/junegunn/fzf.git ~/.fzf git clone https://github.com/stonewareslord/fzf.git ~/.fzf
~/.fzf/install ~/.fzf/install -y
fi fi
ln -s $ABSPATH/shells/zshrc ~/.zshrc ln -s $ABSPATH/shells/zshrc ~/.zshrc
if [ ! -d ~/.antigen ] ; then if [ ! -d ~/.antigen ] ; then