Skip to content

Instantly share code, notes, and snippets.

@realfirst
Last active April 16, 2019 12:33
Show Gist options
  • Save realfirst/e8fcf289d7fb9568af74e1af2a55e347 to your computer and use it in GitHub Desktop.
Save realfirst/e8fcf289d7fb9568af74e1af2a55e347 to your computer and use it in GitHub Desktop.
macos-settings
## ref-url: https://www.tekrevue.com/tip/show-path-finder-title-bar/
#Show the Path in the Finder Title Bar
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true; killall Finder
#turn it off and revert to showing just the active directory
defaults write com.apple.finder _FXShowPosixPathInTitle -bool false; killall Finder
## macbook how to use thinkpad usb keyboard with trackpoint
1. brew cask install steermouse
2. System preferences -> Security & privacy -> allow steermouse manager control your computer
3. System perferences -> steermouse -> cursor -> Acceleration & Sensitivity
4. System perferences -> steermouse -> button -> Middle Button set value to auto scroll
that's all!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment