Uploading initial Git and Vim
This commit is contained in:
parent
c6960b7851
commit
df4d9a1164
5 changed files with 452 additions and 0 deletions
18
git/.gitconfig
Normal file
18
git/.gitconfig
Normal file
|
@ -0,0 +1,18 @@
|
|||
#============================#
|
||||
# gitconfig file for niblock #
|
||||
#============================#
|
||||
|
||||
# General Settings:
|
||||
# Show me absolute paths, not relative paths
|
||||
# Link to a global excludes file
|
||||
[status]
|
||||
relativePaths = false
|
||||
|
||||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
|
||||
# User Settings
|
||||
# User details
|
||||
[user]
|
||||
name = Bill Niblock
|
||||
email = bill_niblock@yahoo.com
|
Loading…
Add table
Add a link
Reference in a new issue