As we sometimes have to format our computer, I've decided to create this repository that aims to automate my Mac setup process and let my life less boring.
Recommended: after formatting, it is better to update the OS throught the App Store application before running the steps.
Follow the steps to get your Mac set up:
-
Run the
bootstrap
script using the following command on the Terminal and it will install XCode, Homebrew, Ansible and Git and will clone this repository:$ bash -c $(curl -fsSL https://raw.githubusercontent.com/fefas/mac-setup/master/bootstrap)
-
After that, the script
install
will run the$ mac-setup init # clone dotfiles $ mac-setup install # configure and install
What I still want to automate:
- Monitor
- Screen resolution
- Night Shift
- Dock
- Configure iTerm2
- Wallpapers
- ...