# qbittorrent firewall
sudo codesign --force --deep --sign - /Applications/qbittorrent.app

# Delete TM backup
sudo /System/Library/Extensions/TMSafetyNet.kext/Helpers/bypass rm -rfv /Volumes/[disk]/Backups.backupdb/[path]

# Quick Look Select Text
defaults write com.apple.finder QLEnableTextSelection -boolean YES;
killall Finder

# Connect to Specific BSSID
sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport —associate=sweethome--bssid=00:1C:DF:22:44:9F

# Recently Used Applications Folder on Dock
defaults write com.apple.dock persistent-others -array-add '{"tile-data" = {"list-type" = 1;}; "tile-type" = "recents-tile";}'; killall Dock

# Run app as root
sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper

# Installed
npm list -g --depth=0
brew list
brew cask list