Set git author information

$ git config --global user.name "Developer" $ git config --global user.email developer@localhost

Install Xcode command line tools

$ xcode-select --install

Dock

Set dock size from the command line. Set Dock Size

$ defaults write com.apple.Dock tilesize -int 32 && killall -HUP Dock

Finder

Hide Recent Tags in sidebar

$ defaults write com.apple.finder ShowRecentTags -bool false && killall -HUP Finder

Safari

Terminal must be granted full disk access in order to modify Safari preferences. Settings > Privacy & Security > Full Disk Access

# Always show tab bar $ defaults write com.apple.Safari AlwaysShowTabBar -bool true # Show status bar $ defaults write com.apple.Safari ShowOverlayStatusBar -bool true # Show full website address $ defaults write com.apple.Safari ShowFullURLInSmartSearchField -bool true Show features for web developers looks like it is enabled via multiple keys.

Quarantine

Remove quarantine from all files in a directory

$ xattr -rd com.apple.quarantine lilypond-2.24.4/bin