From 07fc2644a237187dd4c5680e88f4adadbf533603 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 12 Aug 2015 12:06:23 -0600 Subject: Initial commit of the working files --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.2.3