initial commit

This commit is contained in:
2019-12-27 22:47:39 +01:00
commit 591ff6f09b
9 changed files with 188 additions and 0 deletions

9
.tmux.conf Executable file
View File

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