Skip to content

bigair/dotfiles

Repository files navigation

bigair's dotfiles

Installation

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

Specify the $PATH

~/.path

example:

export PATH="/usr/local/bin:$PATH"

Add custom commands without creating a new fork

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

Install Homebrew formulae

When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):

./brew.sh

Other

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published