Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.01 KB

Install scripts

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

Install everything with this simple command

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.

Credits