Merged down
This commit is contained in:
@@ -3,4 +3,4 @@ dotfiles
|
|||||||
|
|
||||||
Configuration files
|
Configuration files
|
||||||
|
|
||||||
run install.sh
|
run setup.sh
|
||||||
|
|||||||
@@ -1,13 +1,10 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Vasili Sviridov
|
name = Vasili Svirydau
|
||||||
email = vasili@sviridov.ca
|
email = vsvirydau@copperleaf.com
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
|
||||||
[pull]
|
|
||||||
rebase = true
|
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = /usr/bin/vim
|
editor = /usr/bin/vim
|
||||||
|
|
||||||
@@ -30,3 +27,6 @@
|
|||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
ignore = "!gi() { curl -sL https://www.gitignore.io/api/$@ ;}; gi"
|
ignore = "!gi() { curl -sL https://www.gitignore.io/api/$@ ;}; gi"
|
||||||
|
|
||||||
|
[rebase]
|
||||||
|
instructionFormat = (%an <%ae>) %s
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
Metrics/LineLength:
|
|
||||||
Enabled: false
|
|
||||||
@@ -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 "xterm-256color"
|
||||||
set -g default-terminal "tmux-256color"
|
|
||||||
run "~/.dotfiles/tmux.sh"
|
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
set -g set-titles on
|
set -g set-titles on
|
||||||
set -g status-keys vi
|
set -g status-keys vi
|
||||||
@@ -36,6 +34,19 @@ bind A command-prompt "rename-window '%%'"
|
|||||||
|
|
||||||
set -g mouse on
|
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`)
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user