Put actual file in repo and symlink it, not the other way around

This commit is contained in:
Jona Reichmann 2017-12-17 14:16:02 +01:00
parent 8903f3c895
commit 35b5a542fe

View File

@ -1 +0,0 @@
/home/electron/.tmux.conf

14
.tmux.conf Normal file
View File

@ -0,0 +1,14 @@
# Reload the config with the "r" key
bind r source-file ~/.tmux.conf \; display-message "Config reloaded..."
# No automatic renaming of windows
set -g automatic-rename off
# Enable 256-color terminal
set -g default-terminal "screen-256color"
# Colors how i like them
set -g status-bg blue
set -g status-fg white
set -g pane-border-fg white
set -g pane-active-border-fg blue