MacOS

Change settings for Finder

  • Show full file path in Finder: defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES; killall Finder

  • Eliminate the Dock Reveal Delay

    • No animation: defaults write com.apple.dock autohide-time-modifier -int 0;killall Dock

    • Super-fast animation: defaults write com.apple.dock autohide-time-modifier -float 0.12;killall Dock

    • Revert to default: defaults delete com.apple.dock autohide-time-modifier;killall Dock

Interesting Homebrew packages

Install the tools by calling brew install <package> whereas <package> can be one of the following:

Shell

  • Getting rid of "Last login" in terminal - in terminal type touch ~/.hushlogin. This will prevent showing the last login.

results matching ""

    No results matching ""