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.

Revisions

  1. @bcinarli bcinarli created this gist Jan 3, 2020.
    59 changes: 59 additions & 0 deletions Brew
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,59 @@
    # 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