diff --git a/create-links.bash b/create-links.bash new file mode 100755 index 0000000..e98db9b --- /dev/null +++ b/create-links.bash @@ -0,0 +1,7 @@ +#!/bin/bash + +cd $HOME || exit 1 + +CONFDIR=.tmux + +ln -sf $CONFDIR/config .tmux.config