baobao
7/25/2019 - 2:31 PM

Macのクリーンインストール後に実行するシェル

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