mac OS Sonoma に gcloud CLI を導入する
概要
- 以前 Windows 11 で行った gcloud CLI の導入を、macOS でも実施する
- 前回はプロジェクトの作成まで行ったが、今回は
gcloud --version
の動作を確認するところまでをゴールとする
gcloud --version
の動作を確認するところまでをゴールとするGitHub – FiloSottile/mkcert: A simple zero-config tool to make locally trusted development certificates with any names you’d like.
https://github.com/FiloSottile/mkcert
pbcopy
コマンドを叩きたくなったが、こいつは Mac で組み込まれているコマンドのため使えないclip
コマンドで同じことができるらしいpbcopy
と叩いたら clip
が動作するよう、エイリアスを設定してみるEditorConfig
https://editorconfig.org/
sindresorhus/editorconfig-sublime: Sublime Text plugin for EditorConfig – Helps developers maintain consistent coding styles between different editors
https://github.com/sindresorhus/editorconfig-sublime
open .
で Finder が開くように、コマンド入力で指定したファイルを Sublime Text で開くといった動作をしたくなったCommand Line Interface
To use subl, the Sublime Text bin folder needs to be added to the path. For a typical installation of Sublime Text, this will be located at /Applications/Sublime Text.app/Contents/SharedSupport/bin.
パスを通してあげれば subl
というコマンドが使えるようになるらしい。
sublimerge.com
ドメイン自体がもう別の誰かに取られてるみたいPackage Contol の設定ファイルを編集
やること
installed_packages
の配列内に Sublimerge Pro
を追加する
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"ApacheConf",
"ayu",
"Compare Side-By-Side",
"DiffTabs",
"Emmet",
"HTML-CSS-JS Prettify",
"IMESupport",
"Sublimerge Pro",
"Package Control",
"PowerShell",
"Syntax Highlighting for Sass",
],
}
旧PCから保存したファイルを、同じ場所に複製
Sublime Text を起動
Ctrl + Alt + D
で Sublimerge が動作するか確認30~40分
Windows Subsystem for Linux (WSL) を Windows 10 にインストールする | Microsoft Docs
Alt
と Ctrl
を入れ替えてる以下いずれかの操作で開ける。
サイトのテスト環境を用意している VirtualBox 上の CentOS7 で ls コマンドを実行したときに、
という視認性最悪の組み合わせなので、色の設定を変えたい。