1
0
Fork 0
mirror of synced 2024-06-26 07:21:10 -04:00
tmux-config/setup.sh
Chanwut (Mick) Kittivorawong 7071a387cb
Update setup.sh
2022-11-03 17:14:37 -07:00

12 lines
270 B
Bash

#!/bin/bash
mkdir -p ~/.installs
TMUX_DIR='~/.installs/tmux-config'
echo 'install tmux-config in $TMUX_DIR'
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