mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
migrate dotfiles to chezmoi
This commit is contained in:
10
run_onchange_before_20_fzf.sh
Normal file
10
run_onchange_before_20_fzf.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
if [ ! -d "$HOME/.fzf" ]; then
|
||||
echo "Installing fzf into ~/.fzf"
|
||||
git clone --depth 1 https://github.com/junegunn/fzf.git $HOME/.fzf
|
||||
if [ ! -f "$HOME/.fzf/bin" ]; then
|
||||
$HOME/.fzf/install --completion --key-bindings --update-rc
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user