aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.