This is a script to set up a machine for development.
It can be run multiple times on the same machine safely. It installs, upgrades, or skips packages based on what is already installed on the machine.
Support For:
- macOS Silicon
Download, review, then execute the script:
curl -fsS 'https://raw.githubusercontent.com/advisr-io/laptop/main/mac' | sh
Read through it to see if you can debug the issue yourself. If not, copy the lines where the script failed into a new GitHub Issue for us.
Edit the mac
file.
Document changes in the README.md
file.
Follow shell style guidelines by using ShellCheck and Syntastic.