2022-09-02 18:25:03 -07:00
|
|
|
[alias]
|
|
|
|
c = commit
|
|
|
|
ca = commit -a
|
|
|
|
cm = commit -m
|
|
|
|
cam = commit -am
|
|
|
|
d = diff
|
|
|
|
dc = diff --cached
|
|
|
|
l = log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit
|
|
|
|
master = !git add --all && git commit -am 'Quick commit.' -n && git push origin master
|
Update dotfiles/.config/bashtop/bashtop.cfg, dotfiles/.config/inkscape/palettes/flat-remix-palette.gpl, dotfiles/.config/qt5ct/qt5ct.conf, dotfiles/.config/tilix/schemes/Flat-Remix.json, dotfiles/.local/share/qt5ct/colors/flat-remix-dark.conf, dotfiles/.local/share/qt5ct/colors/flat-remix-light.conf, dotfiles/.local/share/qt5ct/qss/fusion-simple-scrollbar.qss, dotfiles/.bashrc, .gitattributes, dotfiles/.gitconfig, dotfiles/.zshrc, dotfiles/.local/p10k.zsh, dotfiles/.local/antigen.zsh, dotfiles/.local/fzf.zsh, dotfiles/.profile
2022-08-29 18:45:16 -07:00
|
|
|
[color]
|
2022-09-02 18:25:03 -07:00
|
|
|
diff = auto
|
|
|
|
status = auto
|
|
|
|
branch = auto
|
|
|
|
interactive = auto
|
|
|
|
ui = true
|
|
|
|
pager = true
|
Update dotfiles/.config/bashtop/bashtop.cfg, dotfiles/.config/inkscape/palettes/flat-remix-palette.gpl, dotfiles/.config/qt5ct/qt5ct.conf, dotfiles/.config/tilix/schemes/Flat-Remix.json, dotfiles/.local/share/qt5ct/colors/flat-remix-dark.conf, dotfiles/.local/share/qt5ct/colors/flat-remix-light.conf, dotfiles/.local/share/qt5ct/qss/fusion-simple-scrollbar.qss, dotfiles/.bashrc, .gitattributes, dotfiles/.gitconfig, dotfiles/.zshrc, dotfiles/.local/p10k.zsh, dotfiles/.local/antigen.zsh, dotfiles/.local/fzf.zsh, dotfiles/.profile
2022-08-29 18:45:16 -07:00
|
|
|
[core]
|
2022-09-02 18:25:03 -07:00
|
|
|
editor = vi
|
|
|
|
excludesfile = ~/.gitignore
|
|
|
|
autocrlf = input
|
|
|
|
attributesfile = ~/.gitattributes
|
|
|
|
[diff]
|
|
|
|
ignoresubmodules = dirty
|
Update dotfiles/.config/bashtop/bashtop.cfg, dotfiles/.config/inkscape/palettes/flat-remix-palette.gpl, dotfiles/.config/qt5ct/qt5ct.conf, dotfiles/.config/tilix/schemes/Flat-Remix.json, dotfiles/.local/share/qt5ct/colors/flat-remix-dark.conf, dotfiles/.local/share/qt5ct/colors/flat-remix-light.conf, dotfiles/.local/share/qt5ct/qss/fusion-simple-scrollbar.qss, dotfiles/.bashrc, .gitattributes, dotfiles/.gitconfig, dotfiles/.zshrc, dotfiles/.local/p10k.zsh, dotfiles/.local/antigen.zsh, dotfiles/.local/fzf.zsh, dotfiles/.profile
2022-08-29 18:45:16 -07:00
|
|
|
[diff "image"]
|
2022-09-02 18:25:03 -07:00
|
|
|
command = compare $2 $1 png:- | montage -geometry +4+4 $2 - $1 png:- | display -title \"$1\" -
|
|
|
|
[difftool]
|
|
|
|
prompt = false
|
|
|
|
[credential]
|
|
|
|
helper = cache --timeout=3600
|
|
|
|
[merge]
|
|
|
|
tool = kdiff3
|
|
|
|
[pull]
|
|
|
|
rebase = true
|
|
|
|
[sendemail]
|
|
|
|
smtpserver = smtp.gmail.com
|
|
|
|
smtpuser =
|
|
|
|
smtpencryption = tls
|
|
|
|
smtpserverport = 587
|
|
|
|
smtpPass =
|
|
|
|
# smtpserver = {{ user.git_email_smtp_server | default('smtp.gmail.com') }}
|
|
|
|
# smtpuser = {{ user.git_email_smtp_user | default('') }}
|
|
|
|
# smtpencryption = {{ user.git_email_smtp_encryption | default('tls') }}
|
|
|
|
# smtpserverport = {{ user.git_email_smtp_port | default('587') }}
|
|
|
|
# smtpPass = {{ user.git_email_app_password | default('') }}
|
|
|
|
[status]
|
|
|
|
submoduleSummary = true
|
2022-11-01 09:31:31 -07:00
|
|
|
[url "https://"]
|
|
|
|
insteadOf = git://
|
2022-09-02 18:25:03 -07:00
|
|
|
[user]
|
|
|
|
email =
|
|
|
|
name =
|
|
|
|
# name = {{ user.git_user_name | default('') }}
|
|
|
|
# email = {{ user.git_user_email | default('') }}
|
|
|
|
[web]
|
|
|
|
browser = google-chrome
|
|
|
|
# browser = {{ user.git_browser | default('google-chrome') }}
|