config-tmux/create-links.bash

8 lines
82 B
Bash
Executable File

#!/bin/bash
cd $HOME || exit 1
CONFDIR=.tmux
ln -sf $CONFDIR/config .tmux.conf