Caveat: I have no idea what I'm doing so be careful! 😕
git clone https://github.com/scguo/dotfiles.git
cd; curl -#L https://github.com/scguo/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,LICENSE}
~/.extra
:
GIT_AUTHOR_NAME="Steve Guo"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
git config --global user.name "$GIT_AUTHOR_NAME"
GIT_AUTHOR_EMAIL="steve.guo@carleton.ca"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.email "$GIT_AUTHOR_EMAIL"
Suggestions/improvements welcome! 👋
scguo |
- Heavily inspired by Mathias Bynens and his dotfiles repository. I recommend just using his 😜
- Phil Haack's GitHub Flow Like a Pro with these 13 Git Aliases
- Bash Prompt Colours
- AutoHotkey closing thingy
- ConsoleZ