Reminiscence Bump

好きな話をします

私のMacの環境構築

一言: 環境構築の記事書いてもいつか古くなるのはわかってるんだけど、メモだよね。 M1 Mac メモ

f:id:watyao:20210220013900j:plain
quote pic

VScode

code.visualstudio.com

Apple Silicon Chip をクリックしてarm64版のVScodeを落とす.

Go

zsh < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)

Rust

www.rust-lang.org

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

rust-analyzer.github.io

rustup component add rust-src