Files
daniel fusser beeefb13a7 initial commit
2026-06-21 15:35:58 +02:00

6 lines
181 B
Bash
Executable File

#!/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"