Initial Commit
Add .bashrc Add .bash_profile Add .vimrc Add .gitconfig Add bin/colortest Add bin/pack
This commit is contained in:
commit
e1fdca2a9c
6 changed files with 250 additions and 0 deletions
13
.gitconfig
Normal file
13
.gitconfig
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[alias]
|
||||
a = add
|
||||
br = branch
|
||||
c = commit
|
||||
um = commit --amend
|
||||
[user]
|
||||
useConfigOnly = true
|
||||
email = invalidfire@fastmail.com
|
||||
name = riley
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[core]
|
||||
editor = vim
|
||||
Loading…
Add table
Add a link
Reference in a new issue