initial commit

This commit is contained in:
daniel fusser
2026-06-21 15:35:58 +02:00
commit beeefb13a7
13 changed files with 901 additions and 0 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
DOTFILES=$(readlink -nf "$(dirname "$0")")
git -C "$DOTFILES" config core.hooksPath hooks
ln -sf "$DOTFILES/mksh/mkshrc" "$HOME/.mkshrc"
echo "dotfiles: linked ~/.mkshrc"