LoginSignup
0
0

More than 5 years have passed since last update.

Terminal commands to make your mac original

Posted at

Enable to copy and select text from Quick Look

defaults write com.apple.finder QLEnableTextSelection -bool TRUE; killall Finder

Change window resize range

defaults write -g AppleEdgeResizeExteriorSize 20

Show Quit Button for Finder

defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE; killall Finder

Enable to show full path on file name bar

defaults write com.apple.finder QuitMenuItem -bool TRUE; killall Finder

Make path bar to full path from root

defaults write com.apple.finder PathBarRootAtHome -bool TRUE; killall Finder

Build Recent Used apps in docks

defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'; killall Dock
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0