aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ac82fe1c18755a98ea5a28bf48558177473d17ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Setup
These are the settings that I use for tmux. 
I use the code from tmux-powerline to get some cool functionality out of the status line. 
I also added a few scripts in the scripts dir. 
One is for listing active sessions/giving you the ability to call tmuxomatic scripts and the other script is for tmux renumbering. 
All you need to do is pull this directory and symlink the tmux config to ~/.tmux.conf

```
git clone https://github.com/thornycrackers/.tmux.git
ln -s .tmux/tmux.config .tmux.conf
```

This will overwrite an existing .tmux.conf file if you have one.