Skip to content

Latest commit

 

History

History
103 lines (51 loc) · 2.15 KB

macOS-setup-notes.md

File metadata and controls

103 lines (51 loc) · 2.15 KB

Setup macOS after clean install

Notes for setting macOS Catalina development environment

Apps

Productivity

Editors

  • Sublime Text Install

    • 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

Graphics

Dev Tools

  • HomeBrew

    • brew install gnupg
  • Beyond Compare

    • ln -s /Applications/Beyond\ Compare.app/Contents/MacOS/bcomp bcomp

    • ln -s /Applications/Beyond\ Compare.app/Contents/MacOS/bcomp bcompare

  • VirtualBox

  • 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
  • Postman

  • XCode 12.4 12D4e for macOS Catalina

  • SequelPro to view database tables

  • JetBrains IDEs

    • GoLand, PyCharm, CLion, IntelliJ IDEA, WebStorm

    • Export IDE settings.zip and then import

Language and Tools

  • Go

  • Dart

    • Used brew install dark-sdk
  • Node

    • Used brew install node
  • Node

    • Used brew install nvm