Skip to content

Instantly share code, notes, and snippets.

@BorzdeG
Created April 13, 2018 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BorzdeG/cd916847abd2025fc923535bb3d0336c to your computer and use it in GitHub Desktop.
Save BorzdeG/cd916847abd2025fc923535bb3d0336c to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap buo/cask-upgrade
brew tap caskroom/fonts
brew tap caskroom/versions
brew tap homebrew/boneyard
brew tap homebrew/services
brew update-reset
brew doctor
brew upgrade
brew cu -a -y
brew install telnet zsh zsh-autosuggestions zsh-completions zsh-git-prompt zsh-syntax-highlighting zsh-history-substring-search zsh-navigation-tools
brew install bats curl dos2unix gnu-tar icu4c jq shellcheck vim watch wget
brew cask install iterm2 1password-beta android-file-transfer bartender ccmenu cleanmymac
brew cask install jetbrains-toolbox
brew cask install firefox google-chrome opera
brew cask install font-anonymice-powerline font-fira-mono-for-powerline font-liberation-mono-for-powerline font-roboto-mono-for-powerline font-source-code-pro-for-powerline font-fira-code
brew cask install gpg-suite
brew cask install itsycal smcfancontrol
brew cask install skype slack telegram whatsapp
brew cask install docker-edge
brew cask install kicad ngspice
brew cask install gimp
brew cask install microsoft-office
brew cask install libreoffice
brew cask install powershell
brew cask install virtualbox-beta virtualbox-extension-pack-beta
brew cask install vlc
brew cask install xmind
brew cleanup
brew cask cleanup
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment