$ chsh -s /bin/bash # zsh --> bash
$ chsh -s /bin/sh # bash --> zsh$ defaults write com.apple.screencapture location /Users/[your_username]/Screenshots$ killall SystemUIServer$ defaults write com.apple.finder ShowPathbar -bool true
$ defaults write com.apple.finder ShowStatusBar -bool true$ xcode-select --install