aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-03-18 10:09:34 -0600
committerCody Hiar <cody@hiar.ca>2021-03-18 10:09:34 -0600
commit123972e93577c8eeb914597dcdae1ed1eeeb0eb1 (patch)
treebf36a23a38aaae8f75d518006aa1616e5e85e654
parent504b25f2604e4bc9a937876bf1501bb2d8de18e4 (diff)
Updating README
-rw-r--r--README.md16
1 files 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.