### 現在の構成の設定(初期化)を行う。初期の構成は「default」になる。 gcloud init ### 特定の設定項目を設定する gcloud config set project [project-name] gcloud config set disable_prompts true ### 削除するときはunset gcloud config unset proj…
Homebrewのホームページに行き、手順に従ってインストールする https://brew.sh/index_ja ※下記のようなコマンドを実行すればよい /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" インストールされたか…