include gitconfig
This commit is contained in:
parent
442de0e30b
commit
1c1c1407e0
14
.gitconfig
Normal file
14
.gitconfig
Normal 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'
|
2
setup.sh
2
setup.sh
@ -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--------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user