7 lines
118 B
Bash
7 lines
118 B
Bash
|
#! /bin/zsh
|
||
|
|
||
|
GIT_ROOT=$(git rev-parse --show-toplevel)
|
||
|
|
||
|
rm ~/.tmux.conf
|
||
|
ln -s ${GIT_ROOT}/tmux/tmux.conf ~/.tmux.conf
|