Skip to content

Instantly share code, notes, and snippets.

@gboncoffee
Created July 6, 2024 13:55
Show Gist options
  • Save gboncoffee/f7c6575d6b6b395c4d62328219db54d7 to your computer and use it in GitHub Desktop.
Save gboncoffee/f7c6575d6b6b395c4d62328219db54d7 to your computer and use it in GitHub Desktop.
The only two config files that matter
[user]
email = gabrielgbrito@icloud.com
name = Gabriel G. de Brito
[advice]
addEmptyPathspec = false
[init]
defaultBranch = main
[format]
pretty = oneline
[receive]
denyCurrentBranch = warn
set -sg escape-time 0
set -g mouse on
set -ag terminal-overrides ",xterm-256color:RGB"
set -g default-terminal "tmux-256color"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment