Skip to content

Instantly share code, notes, and snippets.

View modestotech's full-sized avatar

Max Modesto Wallin modestotech

View GitHub Profile
@modestotech
modestotech / setup-linux.sh
Last active May 16, 2019 19:18 — forked from blaedj/setup.sh
simple Ubuntu Linux setup script
#TO USE: Run the following:
# sudo curl -fsSkL http://gist.githubusercontent.com/blaedj/11387166/raw/352c44464e0db63afb9f375b887942f5676bfcda/setup.sh | sh
#install git
sudo apt-get install git
#install zsh
apt-get install zsh
chsh -s /bin/zsh