mirror of
1
0
Fork 0
tmux-config/setup.sh

10 lines
229 B
Bash
Raw Normal View History

2022-11-03 20:09:38 -04:00
#!/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