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/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
|
||||||
|
Loading…
Reference in New Issue
Block a user