Repositories (2)
scripts
1 snippets stored for this repo
user=$USER
[ -z "$(which curl)" ] && { echo "please install curl before running this script dumbass"; exit 1; }
[ -z "$(which git)" ] && { echo "please install git before running this script dumbass"; exit 1; }
cd /home/$user
# todo - automate adding the github key to known hosts ahead of this step