Notes for setting macOS Catalina development environment
-
Things 3 from AppStore
-
Focus To-do Pomodoro from AppStore
-
NordVPN from AppStore
-
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl subl
-
Inconsolata Font Family
-
brew tap homebrew/cask-fonts
-
brew install fonttools
-
brew install font-inconsolata
-
-
brew install gnupg
-
-
ln -s /Applications/Beyond\ Compare.app/Contents/MacOS/bcomp bcomp
-
ln -s /Applications/Beyond\ Compare.app/Contents/MacOS/bcomp bcompare
-
-
VMWare Fusion version
VMware-Fusion-12.1.0-17195230.dmg
for macOS Catalina -
.ssh/config and keys
-
Use
ssh-agent bash;ssh-add ~/.ssh/<key>
-
Checkout github repos, remember to us ~/.ssh/config alias setups
- e.g.
git clone git@github-tmo:thermofisher/csd-ics-extraction.git
- e.g.
-
-
XCode 12.4 12D4e for macOS Catalina
-
SequelPro to view database tables
-
-
GoLand, PyCharm, CLion, IntelliJ IDEA, WebStorm
-
Export IDE settings.zip and then import
-
-
- Used
brew install go
- Setup Golang environment
- Used
-
Dart
- Used
brew install dark-sdk
- Used
-
Node
- Used
brew install node
- Used
-
Node
- Used
brew install nvm
- Used