Merge branch 'master' of github.com:dnlbauer/dotfiles

This commit is contained in:
daniel
2023-04-07 12:54:36 +02:00

View File

@@ -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