blob: 22a749512f99c56697b38ba1f3da1d57cd8d77a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# TMUX Config
I use stow to manage my symlinks but if you don't use stow you can always
create symlinks with `ln -s ...` yourself. The install script is also written
for automation within NixOS so it may fail on other systems.
To use this repo
```
git clone https://git.codyhiar.com/config/tmux ~/.tmux
cd ~/.tmux/stow
./install
```
After that just reload TMUX and enjoy.
|