Last active
May 26, 2019 00:00
-
-
Save matthewberryman/7c524eec9815913c2aa6a904439b6a38 to your computer and use it in GitHub Desktop.
bootstrap.sh
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 characters
#!/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