Skip to content

Instantly share code, notes, and snippets.

@baobao
Created July 25, 2019 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baobao/ae324c8966ffca714b153bfad0dc5013 to your computer and use it in GitHub Desktop.
Save baobao/ae324c8966ffca714b153bfad0dc5013 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment