Clean-macOS is a script that automates the configuration of a new macOS installation. By using dotfiles and shell scripts, Clean-macOS can quickly configure macOS and install all the necessary apps.
To get started with Clean-macOS, clone this repository using the command:
git clone https://github.com/MarioCatuogno/Clean-macOS.git ${HOME}/Clean-macOS
Clean-macOS requires the following:
- An active internet connection
- macOS 10.15.0 or newer
- Signed in to Apple Store with your iCloud account
To use Clean-macOS, open Terminal.app and run the command:
chmod -R 755 ${HOME}/Clean-macOS && ${HOME}/Clean-macOS/Clean-macOS.sh
This will bring up a prompt with the following options:
Install
: Install Homebrew packages, binaries, casks, dependencies, and Mac Apple Store applications listed in theBrewfile
file.Configure
: Configure macOS with useful commands, updatezsh
, and preferences.Update
: Update brews, casks, and MAC applications and formulas.
A step-by-step guide for setting up Clean-macOS can be found here.
You are welcome to contribute to Clean-macOS by forking this repository and opening an issue to discuss the changes you want to make. Please read our contributing guidelines before contributing.
- APPLIST: a collection of various apps I've personally tested or used. These apps are included in my Brewfile, which allows you to quickly and easily install them on your own machine using Homebrew.
- CHANGELOG: the full changelog history.
- @mathiasbynens for his amazing dotfiles
- @robbyrussell for the guides of Oh My Zsh