Merged down

This commit is contained in:
2019-12-09 10:38:31 -08:00
parent 0dfa4f4a77
commit 8a0f0dcee0
4 changed files with 21 additions and 12 deletions

View File

@@ -3,4 +3,4 @@ dotfiles
Configuration files
run install.sh
run setup.sh

View File

@@ -1,13 +1,10 @@
[user]
name = Vasili Sviridov
email = vasili@sviridov.ca
name = Vasili Svirydau
email = vsvirydau@copperleaf.com
[push]
default = simple
[pull]
rebase = true
[core]
editor = /usr/bin/vim
@@ -30,3 +27,6 @@
[alias]
ignore = "!gi() { curl -sL https://www.gitignore.io/api/$@ ;}; gi"
[rebase]
instructionFormat = (%an <%ae>) %s

View File

@@ -1,2 +0,0 @@
Metrics/LineLength:
Enabled: false

View File

@@ -1,6 +1,4 @@
if-shell "command -v reattach-to-user-namespace" "set -g default-command \"reattach-to-user-namespace -l $SHELL\""
set -g default-terminal "tmux-256color"
run "~/.dotfiles/tmux.sh"
set -g default-terminal "xterm-256color"
set -g base-index 1
set -g set-titles on
set -g status-keys vi
@@ -36,6 +34,19 @@ bind A command-prompt "rename-window '%%'"
set -g mouse on
set-option -g update-environment "DISPLAY"
set-option -ga update-environment "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
new-session # always create a session (can always `tmux a`)
set -g status on
set -g status-interval 15
set -g status-justify left
set -g status-keys vi
set -g status-left "#[fg=colour193,bg=colour65] #S #[fg=colour65,bg=colour237,nobold,nounderscore,noitalics]"
set -g status-left-length 100
set -g status-left-style default
set -g status-position bottom
set -g status-right "#[fg=colour235,bg=colour237,nobold,nounderscore,noitalics]#[fg=colour250,bg=colour235] %Y-%m-%d  %H:%M #[fg=colour65,bg=colour235,nobold,nounderscore,noitalics]#[fg=colour193,bg=colour65] #h "
set -g status-right-length 100
set -g status-right-style default
set -g status-style fg=black,bg=colour237