Last active
December 30, 2015 15:19
-
-
Save corydodt/7847385 to your computer and use it in GitHub Desktop.
To use: bash <(curl -L -s http://is.gd/coryshell)
This file contains 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
#!/bin/bash | |
set -e | |
sudo apt-get install -y git make | |
git clone https://github.com/corydodt/Personal.git | |
cd Personal | |
make shell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment