Skip to content

hexalellogram/mac-setup

Repository files navigation

mac-setup

Hexalellogram's macOS Setup Scripts

Download and Run

Clone this repository into ~/Git/mac-setup and run ProgramInstall.sh.

Prerequisites

Mackup - Application Settings

Other Stuff Configured

  • 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 named EZMoney-Releases. Program is copied to the directory /usr/local/bin so the command git pullall can be run from any location.
  • brew cask purge - alias for brew cask zap so you can use brew cask purge chromium to uninstall Chromium instead of having to use brew cask zap chromium. Brings behavior closer to apt and apt-get on Linux. Program is copied to the directory /usr/local/bin so the command brew cask purge {formula} can be run from any location.

Other Stuff You Might Need to Know