🍎

macOS環境構築について

2024/05/02に公開

Command Line Tools

xcode-select --install

Homebrew

https://brew.sh/

brew install google-chrome
brew install visual-studio-code
brew list
brew upgrade

Google Chrome

https://www.google.com/intl/ja_jp/chrome/

VSCode

https://code.visualstudio.com/download

code コマンドをインストール

  • command + shift + Pからコマンドパレットを開く
  • shell command installからインストールする

git

brew install git
which git
/usr/bin/git --version
/usr/local/bin/git --version

GitHub

ssh -T git@github.com

https://docs.github.com/ja/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent?platform=linux

https://docs.github.com/ja/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account

GitHubで編集を提案

Discussion