Skip to content

Instantly share code, notes, and snippets.

@adammarples
Last active May 11, 2020 10:41
Show Gist options
  • Save adammarples/89d45344867bf7c5a7179496e8ff6bab to your computer and use it in GitHub Desktop.
Save adammarples/89d45344867bf7c5a7179496e8ff6bab to your computer and use it in GitHub Desktop.
brew update || /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew upgrade
fish --version || brew install fish
omf --version || curl -L https://get.oh-my.fish | fish
omf install agnoster
omf theme agnoster
brew tap homebrew/cask-fonts
brew cask install font-hack-nerd-font
direnv --version || brew install direnv
pyenv --version || brew install pyenv
docker --version || brew cask install docker
pyenv install 3.7.5
pyenv global 3.7.5
echo "chsh -s $(which fish)" >> ~/.zshrc
curl https://gist.githubusercontent.com/adammarples/1b34e375e53173f6330e7233886a8b81/raw/78c7276decdd4e2b5265d09de89cded852e4a830/config.fish -o ~/.config/fish/config.fish
curl https://gist.githubusercontent.com/adammarples/96713d7ab080c5af484e9b450314d68d/raw/7fa44be302fc7c652b534e4ebdce5f302527d12b/.envrc -o ~/.config/.envrc
curl https://gist.githubusercontent.com/adammarples/1aa5af3a3128315894ce1cf98ca7eb79/raw/18c32841d7ae2cea8ed4b0149ae1fe9511c1db38/adammarples.json -o ~/.config/iterm2.json
fish ~/.config/fish/config.fish
source ~/.zshrc
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
unzip awscli-bundle.zip
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment