added transmission and tmux.conf

This commit is contained in:
Enrico Fasoli 2015-08-25 14:15:14 +00:00
parent d49a3f1734
commit 077cd2b0aa
3 changed files with 15 additions and 1 deletions

9
.tmux.conf Normal file
View File

@ -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

View File

@ -42,7 +42,7 @@
# System utilities, drivers...
ntfs
# Services
syncthing
syncthing transmission
# Other stuff
screenfetch scrot
];

View File

@ -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"