# Show Full File Path in Finder defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES; killall Finder # Make Hidden Apps “Hidden” in Dock defaults write com.apple.Dock showhidden -bool TRUE; killall Dock # Eliminate the Dock Reveal Delay defaults write com.apple.dock autohide-time-modifier -float 0.12;killall Dock # Change Mac software update frequency in days defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 3 # Disable different language options, and enable key repeat on hold defaults write -g ApplePressAndHoldEnabled -bool FALSE # Login Window Text sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText "ENTER HERE" # Disable Dashboard defaults write com.apple.dashboard mcx-disabled -boolean TRUE; killall Dock # Enable password based compression zip -er folder_name # Fix issue with x-code # Ex: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun sudo xcode-select --install # Change screenshot type to png/pdf/tiff/jpg sudo defaults write com.apple.screencapture type png # Encrypt or Decrypt files on mac using openssl # Encrypt openssl enc -aes-256-cbc -e -in -out # Enter password and remember it!, when asked # Decrypt openssl enc -aes-256-cbc -d -in -out # Enter previously given password # Builtin Caffeine (Configurable System On) # Forever on caffeinate # Timeout caffeinate -u -t # Get rid of allow incoming connections for Python.app for Pycharm sudo codesign -f -s - /Library/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/ # Disable Gatekeeper for installing apps from unidentified devs sudo spctl --master-disable # Install Tree View for listing file structure, Linux Core Utils brew install tree coreutils # Identify thermal throttling pmset -g thermlog