Hexalellogram's macOS Setup Scripts
Clone this repository into ~/Git/mac-setup
and run ProgramInstall.sh
.
- Xcode.app or Xcode-beta.app installed
- See mackup.md for details.
- macOS System Settings (Read echo statements here for details)
- San Francisco Mono Font Installed
- Terminal configured to my custom settings (see BasicModified.terminal) - BasicModified is essentially the default Dark theme in macOS terminal, modified to use a font size of 14.
- Startup applications configured as per my preferences
git pullall
- pulls all Git repositories in the folder~/Git
except if the folder is namedEZMoney-Releases
. Program is copied to the directory/usr/local/bin
so the commandgit pullall
can be run from any location.brew cask purge
- alias forbrew cask zap
so you can usebrew cask purge chromium
to uninstall Chromium instead of having to usebrew cask zap chromium
. Brings behavior closer toapt
andapt-get
on Linux. Program is copied to the directory/usr/local/bin
so the commandbrew cask purge {formula}
can be run from any location.
- Code of Conduct
- This project is licensed under the GNU GPL License