config-tmux/create-links.bash

8 lines
82 B
Bash
Raw Normal View History

#!/bin/bash
cd $HOME || exit 1
CONFDIR=.tmux
2019-01-28 15:45:52 +00:00
ln -sf $CONFDIR/config .tmux.conf