Skip to content

Instantly share code, notes, and snippets.

@jackpinto
Created March 9, 2014 00:50
Show Gist options
  • Save jackpinto/9441371 to your computer and use it in GitHub Desktop.
Save jackpinto/9441371 to your computer and use it in GitHub Desktop.
Instala o Sublime 3
#!/bin/bash
add-apt-repository ppa:webupd8team/sublime-text-3
apt-get update
apt-get install sublime-text-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment