macOS

Some applications that I like to use on macOS:

Browser Extensions

CLI

Setup

The following steps are used for new macOS installations.

Hide the last login message in terminals
touch ~/.hushlogin
Override & update inbuilt defaults
brew install curl git nano python vim
Show hidden files & filename extensions
defaults write com.apple.finder AppleShowAllFiles TRUE
defaults write NSGlobalDomain AppleShowAllExtensions TRUE
killall Finder
Prevent Apple Music from launching accidentally
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist

Shell

Websites