Initial Commit

Add .bashrc
Add .bash_profile
Add .vimrc
Add .gitconfig

Add bin/colortest
Add bin/pack
This commit is contained in:
riley 2021-08-17 23:41:28 -04:00
commit e1fdca2a9c
6 changed files with 250 additions and 0 deletions

13
.gitconfig Normal file
View 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