Added files
This commit is contained in:
parent
021e3eee5f
commit
e59f3ea348
12
gitconfig
Normal file
12
gitconfig
Normal file
@ -0,0 +1,12 @@
|
||||
[credential]
|
||||
helper = cache
|
||||
[credential "https://dev.azure.com"]
|
||||
useHttpPath = true
|
||||
[credential "https://git.cmtec.se"]
|
||||
helper = store
|
||||
username = cm
|
||||
[user]
|
||||
name = Christoffer Martinsson
|
||||
email = cm@cmtec.se
|
||||
[pull]
|
||||
rebase = false
|
||||
22
tmux.conf
Normal file
22
tmux.conf
Normal file
@ -0,0 +1,22 @@
|
||||
set-option -g status-position bottom
|
||||
set-option -g default-terminal "screen-256color"
|
||||
set-option -sa terminal-features ',XXX:RGB'
|
||||
set-option -sg escape-time 10
|
||||
set-option -g focus-events on
|
||||
|
||||
set -g status-bg black
|
||||
set -g status-fg white
|
||||
set -g status-left ''
|
||||
set -g status-right ' #h: #S'
|
||||
|
||||
# Use normal and bright monochrome colors to show a tab line on the left.
|
||||
set -g status-justify left
|
||||
set-window-option -g window-status-separator ''
|
||||
set-window-option -g window-status-format '#[bg=black,fg=white] #I #W '
|
||||
set-window-option -g window-status-current-format '#[bg=brightblack,fg=brightwhite] #I #W '
|
||||
|
||||
# Switching panes should change the foreground color but not border colors.
|
||||
set -g window-style 'bg=default,fg=white'
|
||||
set -g window-active-style 'bg=default,fg=brightwhite'
|
||||
set -g pane-border-style 'bg=default,fg=black'
|
||||
set -g pane-active-border-style 'bg=default,fg=black'
|
||||
Loading…
x
Reference in New Issue
Block a user