1
Fork 0

tmux: add config.sh to create symlink

This commit is contained in:
Alan Faubert 2018-10-21 14:33:24 -04:00
parent f5d5d7e283
commit b13e7e4a83
1 changed files with 6 additions and 0 deletions

6
tmux/config.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
DIR="$(dirname "$(readlink -e "$0")")"
cd
rm -f .tmux.conf
ln -s "$DIR"/.tmux.conf