aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-06-09 08:03:15 -0600
committerCody Hiar <codyfh@gmail.com>2017-06-10 16:00:35 -0600
commit12825d5147f5c0b1636dbda5ba34790d7c7bb236 (patch)
tree4e19cf279bd5aaed07209b21dbb2203d9f211a25 /README.md
parentf7e44ef5b68574a3803f27dc06143abecae430ca (diff)
Moving files, cleaning up bug with drawer close (closing drawer in 2 places)
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/README.md b/README.md
index d8df7d7..675ca19 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,10 @@
# 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
-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.
+These are the settings that I use for tmux. I used the code from the now
+deprecated tmux-powerline to get some cool functionality out of the status line.
```
brew install reattach-to-user-namespace
git clone https://github.com/thornycrackers/.tmux.git
-ln -s .tmux/tmux.config .tmux.conf
+make install
```
-
-This will overwrite an existing .tmux.conf file if you have one.
+The makefile will create the symlink of .tmux.conf