adds initial dotfiles

This commit is contained in:
2026-05-15 14:13:12 +02:00
parent 5e88941adf
commit dc0bfb0d23
135 changed files with 81606 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
function dotfiles
echo "============================="
echo "= working-Dir: $HOME"
echo "============================="
pushd $HOME
/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME $argv
popd
end