aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2016-07-21 13:10:37 -0600
committerGitHub <noreply@github.com>2016-07-21 13:10:37 -0600
commit29734b71b5784b6d238af5baf30e8677a1a0cada (patch)
tree488dc31ea01b6cc5fb1a3bc30dcec32c0f84b26e /README.md
parent540991d47026870ee184f758005cf6e9bd98d1c3 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ac82fe1..d8df7d7 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,11 @@ I use the code from tmux-powerline to get some cool functionality out of the sta
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
+I also use reattach-to-user-namespace to fix some copy/pastying stuff.
+If you don't want it you can remove it from the config file.
```
+brew install reattach-to-user-namespace
git clone https://github.com/thornycrackers/.tmux.git
ln -s .tmux/tmux.config .tmux.conf
```