initial commit
This commit is contained in:
Executable
+5
@@ -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"
|
||||
Reference in New Issue
Block a user