include gitconfig

This commit is contained in:
Paul Trowbridge 2020-05-17 00:05:00 -04:00
parent 442de0e30b
commit 1c1c1407e0
2 changed files with 15 additions and 1 deletions

14
.gitconfig Normal file
View File

@ -0,0 +1,14 @@
[user]
email = paul@hptrow.me
name = Paul Trowbridge
[core]
autocrlf = false
editor = vim
[push]
default = simple
[alias]
quick-stats = ! /usr/local/bin/git-quick-stats
[log]
date = format:%Y-%m-%d %H:%M:%S
[format]
pretty = format:'%C(yellow)%h %Cred%ad %Cblue%an %Cgreen%d %Creset%s'

View File

@ -5,7 +5,7 @@
dir=~/dot_config
backup=~/dot_config_backup
files=".bashrc .vimrc .tmux.conf .psqlrc"
files=".bashrc .vimrc .tmux.conf .psqlrc .gitconfig"
#------------------------------------------------ create the resore directory if it doesn't already exist--------------------------------------------------