Skip to content

Instantly share code, notes, and snippets.

View rtancman's full-sized avatar
🙏
🏊🏽

Raffael Tancman rtancman

🙏
🏊🏽
View GitHub Profile
@rtancman
rtancman / install_sublime_text.sh
Last active November 28, 2016 14:01 — forked from simonewebdesign/install_sublime_text.sh
Install Sublime Text 3 on Linux via POSIX shell script - http://simonewebdesign.it/install-sublime-text-3-on-linux/
#!/bin/sh
# Sublime Text 3 install with Package Control (last update: 25 September 2016)
#
# No need to download this script, just run it on your terminal:
#
# $ curl -L git.io/sublimetext | sh
# Detect the architecture
@rtancman
rtancman / uninstall boot2docker OS X
Last active September 15, 2015 15:27
uninstall boot2docker OS X
#by: https://therealmarv.com/how-to-fully-uninstall-the-offical-docker-os-x-installation/
#Uninstall steps for boot2docker / Docker
boot2docker stop
boot2docker delete
#Remove Docker and boot2docker command line tools:
sudo rm /usr/local/bin/docker
sudo rm /usr/local/bin/boot2docker