Skip to content

Instantly share code, notes, and snippets.

@yagihiro
Created November 12, 2021 18:10
Show Gist options
  • Save yagihiro/f5eeea6ab3e4b1a188c1a2a2ee3acce2 to your computer and use it in GitHub Desktop.
Save yagihiro/f5eeea6ab3e4b1a188c1a2a2ee3acce2 to your computer and use it in GitHub Desktop.
M1 Mac Setup @ Monterey
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/yagihiro/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
brew install --cask google-chrome
brew install --cask google-japanese-ime
sudo softwareupdate --install-rosetta
brew install --cask google-japanese-ime
brew install --cask slack
brew install --cask docker
brew install --cask deepl
brew install --cask tandem
brew install --cask visual-studio-code
brew install --cask rubymine
brew install --cask krisp
brew install --cask gyazo
brew install --cask alacritty
brew install --cask tableplus
brew install --cask sequel-ace
brew install --cask karabiner-elements
arch -arm64 brew install ghq
arch -arm64 brew install fzf
arch -arm64 brew install gh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment