Skip to content

Instantly share code, notes, and snippets.

@haimoto
haimoto / setup.sh
Last active May 16, 2026 03:04
setup.sh
#!/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"
@haimoto
haimoto / Brewfile
Last active August 12, 2021 16:01
Brewfile
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"