initial commit
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
[ "$3" = "1" ] || exit 0
|
||||
DOTFILES=$(readlink -nf "$(dirname "$0")/..")
|
||||
ln -sf "$DOTFILES/mksh/mkshrc" "$HOME/.mkshrc"
|
||||
echo "dotfiles: linked ~/.mkshrc"
|
||||
Reference in New Issue
Block a user