reorganize to use stow to manage configs, remove fish and stumpwm configs

This commit is contained in:
2020-07-21 06:50:01 +02:00
parent 8dfd72a3de
commit a8668f5409
23 changed files with 24 additions and 272 deletions

9
tmux/.tmux.conf Normal file
View File

@ -0,0 +1,9 @@
set -g status-bg colour28
set -g status-fg colour7
set -g prefix C-t
bind-key C-t send-prefix
set -g default-terminal "screen-256color"
set -g set-titles on
set -g set-titles-string "[#S] #P:#W #T"