Add git config

This commit is contained in:
Nicole Tietz-Sokolskaya 2020-05-02 18:48:06 -04:00
parent 59a299cc3c
commit 442149505e
4 changed files with 13 additions and 0 deletions

View file

@ -60,6 +60,7 @@ then
. /usr/local/etc/bash_completion
fi
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.poetry/bin:$PATH"
# >>> conda initialize >>>

View file

@ -7,4 +7,5 @@ stow -t ~ tmux
stow -t ~ nvim
stow -t ~ ctags
stow -t ~ editorconfig
stow -t ~ git

10
git/.gitconfig Normal file
View file

@ -0,0 +1,10 @@
[user]
name = Nicholas Tietz-Sokolsky
email = me@ntietz.com
[push]
default = simple
[core]
excludesfile = /home/nicholas/.gitignore_global
editor = nvim
[alias]
praise = blame

1
git/.gitignore_global Normal file
View file

@ -0,0 +1 @@
*.swp