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