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,7 @@
#!/usr/bin/env sh
if [ ! -d "$HOME/.vim/autoload" ]; then
echo "setup vim plug"
curl -fLo $HOME/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
fi