Macのクリーンインストール後に実行するシェル
# HomeBrew install
echo "brew install"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo "Setup MacScreenshot"
# ドロップシャドウ削除
defaults write com.apple.screencapture disable-shadow -boolean true
# 保存先変更
defaults write com.apple.screencapture location ~/Desktop/ScreenCaptures/;
killall SystemUIServer
# brew bundle
brew bundle