aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Hiar <chiar@hybridforge.com>2015-08-12 12:06:23 -0600
committerCody Hiar <chiar@hybridforge.com>2015-08-12 12:06:23 -0600
commit07fc2644a237187dd4c5680e88f4adadbf533603 (patch)
treebb6335e180df48c5a6f0b893312857d36ad470f7 /README.md
Initial commit of the working files
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ac82fe1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# Setup
+These are the settings that I use for tmux.
+I use the code from tmux-powerline to get some cool functionality out of the status line.
+I also added a few scripts in the scripts dir.
+One is for listing active sessions/giving you the ability to call tmuxomatic scripts and the other script is for tmux renumbering.
+All you need to do is pull this directory and symlink the tmux config to ~/.tmux.conf
+
+```
+git clone https://github.com/thornycrackers/.tmux.git
+ln -s .tmux/tmux.config .tmux.conf
+```
+
+This will overwrite an existing .tmux.conf file if you have one.