From b43d0b43b38b5d62da7a1e4920299c95ff0743dc Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Sun, 8 Jun 2014 09:14:29 +0200 Subject: [PATCH] fedora installer now knows about tmux --- install_fedora.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_fedora.sh b/install_fedora.sh index b500ede5..571ed33b 100755 --- a/install_fedora.sh +++ b/install_fedora.sh @@ -11,6 +11,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" #symbolic links ln -s "$DIR/.vim" ~/. ln -s "$DIR/.vimrc" ~/. +ln -s "$DIR/.tmux.conf" ~/. ln -s "$DIR/.zshrc" ~/. ln -s "$DIR/.oh-my-zsh" ~/. ln -s "$DIR/.gitconfig.linux.private" ~/.gitconfig