From 077cd2b0aab7b9262156e6f41b6f0e9444c9608e Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Tue, 25 Aug 2015 14:15:14 +0000 Subject: [PATCH] added transmission and tmux.conf --- .tmux.conf | 9 +++++++++ configuration.nix | 2 +- install | 5 +++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..a9f9e9b --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,9 @@ +set -g mode-mouse on +set -g mouse-resize-pane on +set -g mouse-select-pane on +set -g mouse-select-window on + +set -g status-bg black +set -g status-fg white +set -g pane-active-border-fg white +set -g pane-border-fg black diff --git a/configuration.nix b/configuration.nix index c289b63..9d44cd1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -42,7 +42,7 @@ # System utilities, drivers... ntfs # Services - syncthing + syncthing transmission # Other stuff screenfetch scrot ]; diff --git a/install b/install index abc7c2c..5b6c06e 100755 --- a/install +++ b/install @@ -25,7 +25,12 @@ cp ./.Xresources ~/ mkdir -p ~/.config/vim/backup cp .vimrc ~/ +# Tmux + +cp .tmux.conf ~/ + # Git + cp .gitconfig ~/ echo "Run install-prezto with ZSH to install prezto"