Skip to content

Instantly share code, notes, and snippets.

View cvuillemez's full-sized avatar

Charlie Vuillemez cvuillemez

  • France
View GitHub Profile
@cvuillemez
cvuillemez / .bash_profile
Created July 29, 2019 08:08
SSH Load key at login
. ~/.ssh_environment
ssh-add -l|grep -q 'no identities' && ssh-add
. ~/.bashrc
@cvuillemez
cvuillemez / .Xresources
Last active July 5, 2019 08:31
My Xorg configuration files
XTerm*locale: true
xterm*.background: black
xterm*.foreground: rgb:00/ff/25
xterm*on2Clicks: regex [a-zA-Z0-9_./-]+
xterm*on3Clicks: regex [^ \n]+
xterm*on4Clicks: regex [^\n]+
@cvuillemez
cvuillemez / .tmux.conf
Last active July 5, 2019 08:35
TMUX configuration files (works well with Kitty)
# Automatically set window title
set-window-option -g automatic-rename on
set-window-option -g automatic-rename-format '#{host_short}'
set-option -g set-titles on
set-option -g set-titles-string '#{host_short}'
set -g default-terminal 'xterm-256color'
# Big history on screen
set -g history-limit 50000