There are many dotfiles; these are mine.
-
install xcode command line tools
xcode-select --install
-
clone this repo
git clone https://github.com/janson/dotfiles.git
-
install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
install the mas-cli
brew install mas
-
sign into app store via mas, if needed
mas signin email@email.com
-
install brews, casks, and AppStore bundles
brew bundle install
- dotfiles - mathiasbynens, driesvints
- .macos - @mathiasbynens .macos and Kevin Suttle OSXDefaults
- Brewfile - Tania Rascia Setting up a Brand New Mac for Development
- Security - macOS Security & Privacy Guide