mirror of
1
0
Fork 0

setup script

This commit is contained in:
Chanwut (Mick) Kittivorawong 2022-11-03 17:09:38 -07:00
parent 634c2bc9c8
commit 42b6ae1ba6
1 changed files with 10 additions and 0 deletions

10
setup.sh Normal file
View File

@ -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