💻 A shell script to install and configure macOS.
dotfiles 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 11.00 "Big Sur"
- Fresh installation of macOS (version 11.00 )
- Signed to Apple Store with your iCloud account
- Cloned the repo with the command
git clone https://github.com/nicohaenggi/dotfiles.git ~/dotfiles
Open Terminal.app and run the command chmod -R 777 ~/dotfiles && ~/dotfiles/install.sh
, a prompt will appear from which you can choose one of the four options:
brew
: install Homebrew package, binaries, casks, dependencies and Mac Apple Store application listed inBrewfile
fileconfig
: configure macOS with useful commands and updatezsh
secrets
: synchronizes the secrets stored in 1Password (e.g. SSH keys)update
: update brews, casks and MAS applications and formulaes
Now, head over to the manual installation steps to complete the installation. Finally, restart macOS.
- @MarioCatuogno for his amazing Clean-macOS scripts