Gruvbox - Sway, Waybar, Mako, Alacritty, NVim, Fish
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[core]
|
|
filemode = false
|
|
autocrlf = input
|
|
editor = nvim
|
|
safecrlf = false
|
|
[user]
|
|
email = {{ .email }}
|
|
name = {{ .name }}
|
|
[alias]
|
|
adog = log --all --decorate --oneline --graph
|
|
[diff]
|
|
tool = nvim
|
|
[diff.tool "nvimdiff"]
|
|
prompt = true
|
|
cmd = "nvim -d \"$LOCAL\" \"$REMOTE\""
|
|
[rebase]
|
|
instructionFormat = (%an) %s
|