Added script to create links in home dir

This commit is contained in:
Xavier Logerais 2018-02-11 16:36:24 +01:00
parent 017834d769
commit ed0a2bfa63

7
create-links.bash Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
cd $HOME || exit 1
CONFDIR=.tmux
ln -sf $CONFDIR/config .tmux.config