Skip to content

Instantly share code, notes, and snippets.

@sebbrandt87
Last active May 27, 2021 08:25
Show Gist options
  • Save sebbrandt87/4804440704173a2e44f0efe851ef5dcd to your computer and use it in GitHub Desktop.
Save sebbrandt87/4804440704173a2e44f0efe851ef5dcd to your computer and use it in GitHub Desktop.
env setup notes
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# pip and virtualenv
curl https://bootstrap.pypa.io/get-pip.py > get-pip.py
sudo python3 get-pip.py
pip3 install virtualenv
pip3 install virtualenvwrapper

continue with brew related formulas and casks

brew install cask
brew install iterm2
brew install svn
brew tap homebrew/cask-fonts
brew install font-dejavu-sans-mono-for-powerline
# set the powerline font in iTerm2 settings
# continue
brew install tmux
brew install gh
brew install jq
brew install yq
brew install git-extras
brew install pre-commit
brew install pyenv
brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
brew install zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/floor114/zsh-apple-touchbar $ZSH_CUSTOM/plugins/zsh-apple-touchbar
brew install awscli
brew install azure-cli
brew install rbenv
brew install kube-ps1
brew install kubectx
brew install kubernetes-helm
brew install gpg2
brew install pinentry-mac
brew install thefuck
brew install hub
brew install httpie
brew install golang
brew install dep
brew install mercurial
brew install fortune
brew install cowsay
brew install lolcat
brew install ImageMagick
brew install catimg
brew install shellcheck
brew install terraform
brew install terraform-docs
brew install librdkafka
brew install gnu-sed
brew install minio/stable/mc
brew install protobuf
brew install curl
brew install xz
brew install gnu-tar
brew install bats
brew install bash
brew install node
brew install npm
npm install -g agentkeepalive
brew install java8
brew install bazel
brew install docker-compose
brew install ansible
brew install arp-scan
brew install ripgrep
brew install mas
brew tap caskroom/versions
brew install google-cloud-sdk
brew install homebrew/cask/docker
brew install virtualbox
brew install virtualbox-extension-pack
brew install vagrant
brew install gimp
brew install spotify
brew install balenaetcher
brew install adobe-acrobat-reader
brew install oversight
brew install slack
# brew install ccmenu
# brew install ultimaker-cura
# brew install zoom

Amphetamine

# mas install 937984704
# not valid ID anymore, need to check for new
# in the meantime, install through app store directly

Setting up java and ui related stuff

brew install gradle
brew install angular-cli
brew cask install eclipse-ide

Setup ruby env

gem install ejson

Setup extra tools, may not used always

brew cask install eqmac
brew cask install box-sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment