Skip to content

Instantly share code, notes, and snippets.

@tayfunyasar
Last active June 24, 2022 08:48
Show Gist options
  • Save tayfunyasar/32264e88ac3a3bf185b9e997a2988499 to your computer and use it in GitHub Desktop.
Save tayfunyasar/32264e88ac3a3bf185b9e997a2988499 to your computer and use it in GitHub Desktop.
Fullstack Developer's macOS configuration, a short path to setup development environment

1- required

brew doctor
brew install node
brew install --cask visual-studio-code
brew install --cask docker
brew install --cask smartgit
brew install openjdk@11
brew install libpq
brew install --cask intellij-idea-ce

2- required tools

brew install --cask dbeaver-community
brew install --cask google-chrome
brew install --cask firefox
brew install --cask postman

3- optional tools

brew install ncdu
brew install htop
npm i -g serve

4- config

about:config
dom.popup_maximum: 400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment