This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# To execute: save and `chmod +x ./brew-install-script.sh` then `./brew-install-script.sh` | |
echo "------------------------------------------------------------------------------------" | |
echo "Mac setup initialised. Please make sure you change the settings before running this." | |
echo "Any questions, ask James." | |
echo " " | |
echo "WARNING:" | |
echo "Do not run this script on an existing Mac as it changes a lot and may kill your installation". |