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
Enable Touch ID for sudo
sudo vim /etc/pam.d/sudo

Add the following line:

auth sufficient pam_tid.so

Type :x! to force save and exit vim.

Shell

Websites