My personal install scripts used to set up a new MacOS installation. These scripts are based on my needs and may be altered for your preferences
bash -c "$(curl -fsSL 'https://raw.github.com/IPconfig/install_scripts/master/install.sh')"
scripts
is a directory that contain shell scripts to be sourced. None will do anything if ran on their own. They consist of structured functions to perform various tasks.
install.sh
is what brings it all together in an automated fashion. It loads up all the script functions and runs them sequentially.
- Vítor Galvão: for the orginal idea
- Ahmed El Gabri: cloning / backing up of dotfiles and helper functions for logging
- Mathias Bynens: MacOS Settings
- Kris Cotter: powerline/solarized theme script