mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
Merge branch 'master' of github.com:dnlbauer/dotfiles
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# fzf
|
# fzf
|
||||||
if [ ! -d "$HOME/.fzf" ]; then
|
if [ ! -d "$HOME/.fzf" ]; then
|
||||||
git clone --depth 1 https://github.com/junegunn/fzf.git $HOME/.fzf
|
git clone --depth 1 https://github.com/junegunn/fzf.git $HOME/.fzf
|
||||||
if [ ! -f "$HOME/.fzf/bin" ]; then
|
if [ ! -f "$HOME/.fzf/bin" ]; then
|
||||||
$HOME/.fzf/install --bin
|
$HOME/.fzf/install --completion --key-bindings --update-rc
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -50,8 +48,6 @@ else
|
|||||||
echo "antidote already exists."
|
echo "antidote already exists."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# reload shell
|
|
||||||
source ~/.zshrc
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user