Skip to content

Commit

Permalink
Add git config
Browse files Browse the repository at this point in the history
  • Loading branch information
packrat386 committed May 31, 2020
1 parent 245dbbe commit 71aaa67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[user]
name = Aidan Coyle
email = [email protected]
[core]
excludesfile = ~/.gitignore
4 changes: 4 additions & 0 deletions gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# ignore emacs autosave stuff
*~
\#*\#
.\#*
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## VARS ##
dir=~/dotfiles
olddir=~/dotfiles_old
files="emacs emacs.d bashrc bash_profile"
files="emacs emacs.d bashrc bash_profile gitconfig gitignore"

echo "Creating dir to save old files"
mkdir -p $olddir
Expand Down

0 comments on commit 71aaa67

Please sign in to comment.