Switch to home manager and move off of ohmyzsh
This commit is contained in:
12
git/gitconfig
Normal file
12
git/gitconfig
Normal file
@@ -0,0 +1,12 @@
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[user]
|
||||
name = Stephen Parkinson
|
||||
email = smp827@gmail.com
|
||||
[core]
|
||||
excludesfile = ~/.gitignore_global
|
||||
[pull]
|
||||
rebase = false
|
||||
47
git/gitignore_global
Normal file
47
git/gitignore_global
Normal file
@@ -0,0 +1,47 @@
|
||||
# Compiled source #
|
||||
###################
|
||||
*.com
|
||||
*.class
|
||||
*.dll
|
||||
*.exe
|
||||
*.o
|
||||
*.so
|
||||
|
||||
# Packages #
|
||||
############
|
||||
# it's better to unpack these files and commit the raw source
|
||||
# git has its own built in compression methods
|
||||
*.7z
|
||||
*.dmg
|
||||
*.gz
|
||||
*.iso
|
||||
*.jar
|
||||
*.rar
|
||||
*.tar
|
||||
*.zip
|
||||
|
||||
# Logs and databases #
|
||||
######################
|
||||
*.log
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
*.pyc
|
||||
.vscode
|
||||
coverage.xml
|
||||
cov.xml
|
||||
launch.json
|
||||
settings.json
|
||||
sftp.json
|
||||
.coverage
|
||||
secrets
|
||||
Reference in New Issue
Block a user