Created
November 12, 2021 18:10
-
-
Save yagihiro/f5eeea6ab3e4b1a188c1a2a2ee3acce2 to your computer and use it in GitHub Desktop.
M1 Mac Setup @ Monterey
This file contains 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/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