This file contains hidden or 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
| #!/usr/bin/env bash | |
| # | |
| # Bootstrap-script voor het instellen van een nieuwe Mac | |
| # | |
| # Dit moet idempotent zijn, zodat het meerdere keren kan worden uitgevoerd. | |
| # | |
| # Opmerkingen: | |
| # | |
| # - Als u de volledige Xcode installeert, is het beter om die eerst vanuit de app te | |
| # installeren voordat het bootstrap-script wordt uitgevoerd. Anders heeft Homebrew geen toegang to de Xcode-bibliotheken omdat de overeenkomst nog niet is geaccepteerd. |
This file contains hidden or 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
| #!/usr/bin/env bash | |
| # | |
| # Bootstrap script for setting up a new OSX machine | |
| # | |
| # This should be idempotent so it can be run multiple times. | |
| # | |
| # Some apps don't have a cask and so still need to be installed by hand. These | |
| # include: | |
| # | |
| # - Twitter (app store) |