Skip to content

Instantly share code, notes, and snippets.

@koji
Created May 25, 2020 22:56
Show Gist options
  • Save koji/eda87669004b06b8fbf4a85075c851eb to your computer and use it in GitHub Desktop.
Save koji/eda87669004b06b8fbf4a85075c851eb to your computer and use it in GitHub Desktop.
$ chsh -s /bin/bash # zsh --> bash
$ chsh -s /bin/sh # bash --> zsh

save screenshots in Screenshot folder

$ defaults write com.apple.screencapture location /Users/[your_username]/Screenshots

restart the SystemUI processes

$ killall SystemUIServer

Display Useful Info in Finder

$ defaults write com.apple.finder ShowPathbar -bool true

$ defaults write com.apple.finder ShowStatusBar -bool true

Install MacOS Developer Tools

$ xcode-select --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment