Skip to content

Instantly share code, notes, and snippets.

@igniteflow
igniteflow / setup-workstation.sh
Last active April 8, 2020 00:14
Set up a new box from a fresh Xubuntu install
#!/bin/bash
NAME=Phil Tysoe
[email protected]
SUBLIME_TEXT_2_DOWNLOAD_URL=http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.1%20x64.tar.bz2
ECLIPSE_DOWNLOAD_URL=http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/eclipse/downloads/drops4/R-4.2.2-201302041200/eclipse-SDK-4.2.2-linux-gtk-x86_64.tar.gz
# setup ssh key
ssh-keygen -t rsa -C "${EMAIL}"
cat ~/.ssh/id_rsa.pub