Skip to content

Instantly share code, notes, and snippets.

@b-barry
Forked from bcinarli/Brew
Created February 5, 2020 23:00
Show Gist options
  • Save b-barry/1bd1758328c05ddeeb63a99baf1683b4 to your computer and use it in GitHub Desktop.
Save b-barry/1bd1758328c05ddeeb63a99baf1683b4 to your computer and use it in GitHub Desktop.
Brew
# Install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install Chrome
brew cask install google-chrome
# Install hyper
brew cask install hyper
hyper install hyperline
hyper install an-old-hype
# Install Alfred
brew cask install alfred
# Install Textmate
brew cask install textmate
# Install Forklift
brew cask install forklift
# Install Slack
brew cask install slack
# Install Spotify
brew cask install spotify
# Install zsh
brew install zsh
# Install Oh My Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# Install Powerlevel10k
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
# Set ZSH_THEME=powerlevel10k/powerlevel10k in your ~/.zshrc.
# Install Powerline supported fonts
brew tap homebrew/cask-fonts
brew cask install font-firacode-nerd-font
brew cask install font-firacode-nerd-font-mono
# Install JetBrains Toolbox
brew cask install jetbrains-toolbox
# Install n
brew install n
n latest
# Install Yarn
brew install yarn --ignore-dependencies
# Install git // use the latest version
brew install git
# Install Kubectl
brew install kubectl
# Install AWS
brew install awscli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment