Skip to content

Instantly share code, notes, and snippets.

@matthewberryman
Last active May 26, 2019 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewberryman/7c524eec9815913c2aa6a904439b6a38 to your computer and use it in GitHub Desktop.
Save matthewberryman/7c524eec9815913c2aa6a904439b6a38 to your computer and use it in GitHub Desktop.
bootstrap.sh
#!/usr/bin/env bash
sudo apt update
sudo apt -y upgrade
sudo apt -y install build-essential gfortran cmake git curl zsh
cd $HOME
git clone https://github.com/matthewberryman/oh-my-zsh .oh-my-zsh
ln -s .oh-my-zsh/templates/zshrc.linux .zshrc
sudo chsh -s /bin/zsh $USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment