aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-11-24 11:58:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-11-24 11:58:23 +1300
commitb59d0c1f8d426d391bb768fcae828678abd1d716 (patch)
tree31154f13ac6217b605458ff2784aea329dbeff37
parentAll these files are more trouble than they're worth (diff)
downloaddotfiles-b59d0c1f8d426d391bb768fcae828678abd1d716.tar.gz
dotfiles-b59d0c1f8d426d391bb768fcae828678abd1d716.zip
Added tmux configuration, updated README
-rw-r--r--README11
-rw-r--r--tmux/tmux.conf1
2 files changed, 11 insertions, 1 deletions
diff --git a/README b/README
index 094be793..138cd712 100644
--- a/README
+++ b/README
@@ -1,13 +1,22 @@
-cd ~
+cd
rm -r .vim
rm .bashrc
+rm .bash_aliases
+rm .bash_logout
rm .profile
+rm .gitconfig
rm .screenrc
+rm .tmux.conf
rm .vimrc
rm .gvimrc
ln -s Dotfiles/vim/vim .vim
ln -s Dotfiles/bash/bashrc .bashrc
+ln -s Dotfiles/bash/bash_aliases .bash_aliases
+ln -s Dotfiles/bash/bash_logout .bash_logout
ln -s Dotfiles/bash/profile .profile
+ln -s Dotfiles/git/gitconfig .gitconfig
ln -s Dotfiles/screen/screenrc .screenrc
+ln -s Dotfiles/tmux/tmux.conf .tmux.conf
ln -s Dotfiles/vim/vimrc .vimrc
ln -s Dotfiles/vim/gvimrc .gvimrc
+
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
new file mode 100644
index 00000000..336925fa
--- /dev/null
+++ b/tmux/tmux.conf
@@ -0,0 +1 @@
+set -g default-terminal "screen-256color"