# Mac Settings ```shell # remove drop shadow on screenshots defaults write com.apple.screencapture disable-shadow -bool true && killall SystemUIServer # git push automatic remote tracking git config --global --add --bool push.autoSetupRemote true ```