diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..0171a0a --- /dev/null +++ b/setup.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +mkdir -p ~/.installs + +TMUX_DIR='~/.installs/tmux-config' + +git clone git@github.com:chanwutk/tmux-config.git $TMUX_DIR + +ln -s -f $TMUX_DIR/.tmux.conf ~/.tmux.conf +ln -s -f $TMUX_DIR/.tmux.conf.local ~/.tmux.conf.local \ No newline at end of file