1
0
Fork 0
mirror of synced 2024-06-03 07:11:08 -04:00

setup script

This commit is contained in:
Chanwut (Mick) Kittivorawong 2022-11-03 17:09:38 -07:00
parent 634c2bc9c8
commit 42b6ae1ba6

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