ssh-keygen -t ed25519 -C "[email protected]"
Copy it to your clipboard
pbcopy < ~/.ssh/id_ed25519.pub
Add to GH profile https://github.com/settings/keys
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
https://github.com/nvm-sh/nvm#installing-and-updating
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
:q
to exit vim after this is done
Find the latest LTS version of Node.js and install it with nvm install
, e.g. nvm install 16
Install yarn with npm install --global yarn
Insall cocoapos with homebrew and it will just work, yay!
brew install cocoapods
defaults write com.apple.Finder AppleShowAllFiles true
killall Finder
sudo ln -s "$(which node)" /usr/local/bin/node
Open it from the terminal
open -a /Applications/Android\ Studio.app