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

10 lines
229 B
Bash

#!/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