/dotfiles

Configuration files for macOS on ARM.

Primary LanguageJavaScript

Steps to bootstrap a new Mac

Note this will only work on an ARM based Mac if you have an Intel based Mac this may mess up your Homebrew installation.

  1. Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install
  1. Clone repo into new hidden directory.
# Use SSH (if set up)...
git clone git@github.com:evanbrierton/dotfiles ~/.dotfiles

# ...or use HTTPS and switch remotes later.
git clone https://github.com/evanbrierton/dotfiles ~/.dotfiles
  1. Run setup script.
bash ~/.dotfiles/scripts/setup.sh