diff options
-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. |