Open7
Macbook Pro 初期設定 メモ
ピン留めされたアイテム
各ソフトのAppleSilicon対応状況
Homebrew
設定
開いて左下の歯車アイコンから Settings > User - Commonly Used > Editor: Tab Sizeを4から2に変更
設定
Settings > Profiles > Terminal > Unlimited scrollbackにチェック
Settings > Profiles > General > Selection > Application in terminal may access clipboardにチェック
Settings > Profiles > General > Working Directory - Reuse previous session's directoryをチェック
Profiles > Window > Transparencyを40に変更
参考
Git, GitHub
ユーザー名、メールアドレス
git config --global user.name "foo"
git config --global user.email "foo@bar.com"
SSH
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
nvm install 22
npm install -g typescript