diff options
author | Cody Hiar <cody@hiar.ca> | 2021-03-18 10:09:34 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-03-18 10:09:34 -0600 |
commit | 123972e93577c8eeb914597dcdae1ed1eeeb0eb1 (patch) | |
tree | bf36a23a38aaae8f75d518006aa1616e5e85e654 | |
parent | 504b25f2604e4bc9a937876bf1501bb2d8de18e4 (diff) |
Updating README
-rw-r--r-- | README.md | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -1,5 +1,15 @@ # TMUX Config -I manage dotfiles with stow, to install locally clone this repo, cd into the -`stow` dir and run the `./install.sh` script. The templates are loaded using -`tmuxp` +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. |