git clone https://github.com/bigair/dotfiles.git && cd dotfiles && source bootstrap.sh
To Update, cd
into your local dotfiles
repository and then:
source bootstrap.sh
~/.path
example:
export PATH="/usr/local/bin:$PATH"
~/.extra
example:
GIT_AUTHOR_NAME="limit tsai"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
git config --global user.name "$GIT_AUTHOR_NAME"
GIT_AUTHOR_EMAIL="[email protected]"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.email "$GIT_AUTHOR_EMAIL"
When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):
./brew.sh
- vimcasts -- vimcasts.org
- vim-instant-markdown -- vim-instant-markdown