From 123972e93577c8eeb914597dcdae1ed1eeeb0eb1 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 18 Mar 2021 10:09:34 -0600 Subject: Updating README --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e2d4d6..22a7495 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3