Skip to content

Instantly share code, notes, and snippets.

@bcinarli
Created January 3, 2020 20:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bcinarli/90d18137e07f575d5ca85c9be19c6d3a to your computer and use it in GitHub Desktop.
Save bcinarli/90d18137e07f575d5ca85c9be19c6d3a 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