From 00cd6a4ce69cf926da7fda511e18900302345df2 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Fri, 2 Jan 2015 19:01:27 -0500 Subject: [PATCH] Use my fork of fzf for automated install --- scripts/sync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/sync.sh b/scripts/sync.sh index f35df6d..8c00fd7 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -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