initial commit

This commit is contained in:
Jan Wolff 2022-09-11 10:26:58 +02:00
commit cfd42bfe7d
8 changed files with 1274 additions and 0 deletions

15
tmux/.tmux.conf Normal file
View file

@ -0,0 +1,15 @@
# use ctrl-a instead of ctrl-b
unbind C-b
set -g prefix C-a
bind C-a send-prefix
# start counting at 1 instead of 0
set -g base-index 1
setw -g pane-base-index 1
# fix fancy colors
set -g default-terminal "tmux-256color"
# powerline!
source /usr/share/powerline/bindings/tmux/powerline.conf