Skip to content

scguo/dotFiles

Repository files navigation

scguo’s dotfiles

Installation

Caveat: I have no idea what I'm doing so be careful! 😕

Git

git clone https://github.com/scguo/dotfiles.git

!Git

cd; curl -#L https://github.com/scguo/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,LICENSE}

Customization

~/.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"

Critique

Suggestions/improvements welcome! 👋

Reposter

twitter/newThrow
scguo

Sauce