💻 A shell script to install and configure macOS.
Clean-macOS is a simple script that can be used after a clean installation of macOS to configure and install all the apps that you need. It uses dotfiles and shell scripts in order to speed up the configuration of macOS.
You need an active internet connection and one of the following macOS version already installed:
- ✔️ macOS 10.15 "Catalina"
- ✔️ macOS 11.00 "Big Sur"
- Fresh installation of macOS (version 10.15+)
- Signed to Apple Store with your iCloud account
- Cloned the repo with the command
git clone https://github.com/MarioCatuogno/Clean-macOS.git ~/Clean-macOS
Open Terminal.app and run the command chmod -R 777 ~/Clean-macOS && ~/Clean-macOS/Clean-macOS.sh
, the following promtp will appear from which you can choose one of the options:
Install
: install Homebrew package, binaries, casks, dependencies and Mac Apple Store application listed inBrewfile
fileConfigure
: configure macOS with useful commands and updatezsh
andVisual Studio Code
plugins and preferencesUpdate
: update brews, casks and MAS applications and formulaes
For a step-by-step guide click here.
You are encouraged to fork this repository and to open issue to discuss the change you wish to make. If you want to actively contribute, click here for guidelines.
If you find it useful, please star or tell others about this repo.
Click here to find a collection of various apps I've personally tested or used in the past on macOS.
Click here to find the full changelog history.
Click here to find the current status and the upcoming milestones of the Clean-macOS project.
- @mathiasbynens for his amazing dotfiles
- @robbyrussell for the guides of Oh My Zsh