-
-
Save b-barry/1bd1758328c05ddeeb63a99baf1683b4 to your computer and use it in GitHub Desktop.
Revisions
-
bcinarli created this gist
Jan 3, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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