This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Command Line Tools for Xcode | |
| xcode-select --install | |
| sudo xcodebuild -license | |
| # HomeBrew | |
| # see https://brew.sh/index_ja.html | |
| if [ ! -x "`which brew`" ]; then | |
| echo "start install and update brew" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tap "delphinus/sfmono-square"/brew | |
| tap "homebrew/bundle"/brew | |
| tap "homebrew/cask-versions"/brew | |
| tap "homebrew/core"/brew | |
| tap "shopify/shopify"/brew | |
| cask_args appdir: "/Applications" | |
| brew "mas" | |
| brew "fish" | |
| brew "git" |