Clone the repository wherever you want. (I prefer /Documents)
cd ~/Documents
mkdir "Some folder name"
cd "Some folder name"
git clone [email protected]:startupheroes/dotfiles.git && cd dotfiles
Check the files and change them if necessary to your preference. Change git settings in .extra with any editor you like
vim .extra
# Git credentials
GIT_AUTHOR_NAME="your username"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
git config --global user.name "$GIT_AUTHOR_NAME"
GIT_AUTHOR_EMAIL="your@email"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.email "$GIT_AUTHOR_EMAIL"
After you are done editing, run the script
source bootstrap.sh
When setting up a new Mac, you may want to set some sensible macOS defaults:
./.macos
When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):
For Command Line Software
./brew.sh
./extra-brew.sh
For Graphical Applications
./extra-cask.sh