My Unix config files and shell scripts, optimized for Fedora, Debian, macOS and Windows (in that order).
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.
|
[user]
|
|
name = Noah Petherbridge
|
|
email = root@kirsle.net
|
|
|
|
[alias]
|
|
ci = commit
|
|
co = checkout
|
|
br = branch
|
|
st = status
|
|
|
|
[core]
|
|
editor = vim
|
|
|
|
[color]
|
|
ui = true
|
|
diff = true
|
|
pager = true
|
|
status = auto
|
|
branch = auto
|
|
|
|
[push]
|
|
default = simple
|
|
|