added transmission and tmux.conf
This commit is contained in:
parent
d49a3f1734
commit
077cd2b0aa
9
.tmux.conf
Normal file
9
.tmux.conf
Normal 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
|
@ -42,7 +42,7 @@
|
|||||||
# System utilities, drivers...
|
# System utilities, drivers...
|
||||||
ntfs
|
ntfs
|
||||||
# Services
|
# Services
|
||||||
syncthing
|
syncthing transmission
|
||||||
# Other stuff
|
# Other stuff
|
||||||
screenfetch scrot
|
screenfetch scrot
|
||||||
];
|
];
|
||||||
|
5
install
5
install
@ -25,7 +25,12 @@ cp ./.Xresources ~/
|
|||||||
mkdir -p ~/.config/vim/backup
|
mkdir -p ~/.config/vim/backup
|
||||||
cp .vimrc ~/
|
cp .vimrc ~/
|
||||||
|
|
||||||
|
# Tmux
|
||||||
|
|
||||||
|
cp .tmux.conf ~/
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
|
|
||||||
cp .gitconfig ~/
|
cp .gitconfig ~/
|
||||||
|
|
||||||
echo "Run install-prezto with ZSH to install prezto"
|
echo "Run install-prezto with ZSH to install prezto"
|
||||||
|
Loading…
Reference in New Issue
Block a user