Skip to content

Instantly share code, notes, and snippets.

@leandroandrade
Last active January 29, 2025 18:22
Show Gist options
  • Save leandroandrade/a750d364d7f9e7ac461f7cf5279a0e20 to your computer and use it in GitHub Desktop.
Save leandroandrade/a750d364d7f9e7ac461f7cf5279a0e20 to your computer and use it in GitHub Desktop.
Setup MacOS

Begin

  • brew (I/II)
  • nvm
  • pyenv (I)
  • sdkman

Shell Programs

brew install git \
  htop \
  poppler \
  jq \
  pyenv \
  nvm
  • sdkman

GUI programs

brew install --cask \
  visual-studio-code \
  google-chrome \
  firefox \
  rectangle \
  orbstack \
  postman \
  nordvpn \
  brave-browser \
  tabby \
  cryptomator \
  vlc \
  latest \
  appcleaner
  

Softwares

  • proxyman
  • edge
  • intellij
  • webstorm
  • datagrip
  • parallels
  • onedrive
  • cleanshotx
  • bitwarden

Vscode extensions

  • vscode-icons
  • yaml
  • markdown all in one

Configurations

  • ohmyz - tabby (I)
  • ssh keys (II)
  • nvm
  • pyenv
  • sdkman
  • alias ctop (III)
  • .gitconfig

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment