Skip to content

Instantly share code, notes, and snippets.

@harobed
Last active April 11, 2019 09:52
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 harobed/4e514e4e3388e274f526950e66b006c6 to your computer and use it in GitHub Desktop.
Save harobed/4e514e4e3388e274f526950e66b006c6 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# curl ... | bash
set -e
# make in case they aren't already there
mkdir -p "/usr/local/lib"
mkdir -p "/usr/local/bin"
# Check for Homebrew,
# Install if we don't have it
if test ! $(which brew); then
echo "Installing homebrew..."
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
brew tap scaleway/scaleway
brew update
brew install git
brew install coreutils
brew install ack
brew install bash
brew install bash-completion
brew install curl
brew install direnv
brew install findutils
brew install git
brew install git-subrepo
brew install gnupg
brew install go
brew install hh
brew install gomplate
brew install nvm
brew install openssh
brew install packer
brew install pv
brew install python
brew install python3
brew install rsync
brew install terraform
brew install tree
brew install terminal-notifier
brew install yarn
brew install wget
brew install ncdu
brew install rbenv
brew install mc
brew install zsh
brew install stormssh
brew install pwgen
brew install scw
brew install fzy
brew install alphabetum/taps/hosts
brew cask install firefox
brew cask install bitwarden
brew cask install sourcetree
brew cask install slack
brew cask install mattermost
brew cask install docker
brew cask install spotify
brew cask install iterm2
brew cask install kindle
brew cask install molotov
brew cask install tunnelblick
brew cask install virtualbox
brew cask install vagrant
brew cask install skype
brew cask install gimp
brew cask install gpg-suite
brew cask install shiftit
brew cask install easy-move-plus-resize
brew cask install lumen
brew cask install keybase
brew cask install google-chrome
brew cask install pgadmin4
brew cask install station
brew cask install aerial
brew cask install vlc
brew cask install visual-studio-code
brew cask install simplenote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment