migrate dotfiles to chezmoi

This commit is contained in:
Daniel Bauer
2025-07-06 16:21:42 +02:00
parent 20a061820e
commit 25e0d0460b
76 changed files with 77 additions and 9533 deletions

View 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