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"