Skip to content

Instantly share code, notes, and snippets.

@Keoven
Keoven / ubuntu_setup_nogui.sh
Last active January 2, 2016 15:29
A ubuntu setup for a GUI-less virtual machine.
# Ubuntu
#
# Requirements:
# sudo apt-get install curl -y
#
# > curl https://gist.github.com/Keoven/8323765/raw/ubuntu_setup_nogui.sh | sh
#
# Add all third party repositories
sudo apt-get update -y
@Keoven
Keoven / mac_setup.sh
Last active September 1, 2017 18:39
Setup a Mac for Development
# Mac Setup
#
# Used on the following computer:
# MacBook Pro 2017
#
# Run this script by doing the command below:
#
# > curl https://gist.githubusercontent.com/<path_to_gist>/mac_setup.sh | sh
#