Skip to content

Instantly share code, notes, and snippets.

@dtmrc
Forked from MalteKiefer/install_mac.sh
Created September 15, 2021 18:22
Show Gist options
  • Save dtmrc/9e2dad3f09beb141bddf2db54c69bd45 to your computer and use it in GitHub Desktop.
Save dtmrc/9e2dad3f09beb141bddf2db54c69bd45 to your computer and use it in GitHub Desktop.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
defaults write com.apple.finder AppleShowAllFiles YES && killall Finder
brew update
brew upgrade --all
brew install wget curl git zsh nodejs yarn awscli composer python3 htop cask youtube-dl vim
brew install qlcolorcode qlstephen qlmarkdown quicklook-json webpquicklook suspicious-package quicklookase qlvideo qlImageSize
python3 -m pip3 install --upgrade setuptools
python3 -m pip3 install --upgrade pip3
pip3 install autopep8
brew cask install --appdir="/Applications" dropbox
brew cask install --appdir="/Applications" mpv
brew cask install --appdir="/Applications" atom
brew cask install --appdir="/Applications" spotify
brew cask install --appdir="/Applications" 1password
brew cask install --appdir="/Applications" lulu
brew cask install --appdir="/Applications" google-chrome
brew cask install --appdir="/Applications" iterm2
brew cask install --appdir="/Applications" gimp
brew cask install --appdir="/Applications" postman
brew cask install --appdir="/Applications" font-fira-code
brew cask install --appdir="/Applications" slack
brew cask install --appdir="/Applications" sequel-pro
brew cask install --appdir="/Applications" teamviewer
brew cask install --appdir="/Applications" appcleaner
brew cask install --appdir="/Applications" pgadmin4
brew cask install --appdir="/Applications" keka
brew cask install --appdir="/Applications" gpg-suite
brew cask install --appdir="/Applications" byword
apm install atom-beautify file-icons linter linter-php language-qml language-ini language-nginx ssh-config
apm install python-autopep8 minimap autoclose-html linter-ui-default project-manager autocomplete-python linter-flake8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment