Skip to content

Instantly share code, notes, and snippets.

View SpenserJ's full-sized avatar

Spenser Jones SpenserJ

View GitHub Profile
#!/bin/bash -ex
# Paste this into ssh
# curl -sL https://gist.github.com/gists/5001775/download | tar -xzO | /bin/bash -ex
# When forking, you can get the URL from the download button.
pushd $HOME
aptget='sudo apt-get'
chsh='sudo chsh'