Skip to content

Instantly share code, notes, and snippets.

@fbazzarella
Last active March 31, 2016 00:48
Show Gist options
  • Save fbazzarella/8abc25d45d9cfdc6af50 to your computer and use it in GitHub Desktop.
Save fbazzarella/8abc25d45d9cfdc6af50 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
sudo add-apt-repository -y ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install -y sublime-text-installer
DESTINATION="/home/`whoami`/.config/sublime-text-3/"
mkdir -p $DESTINATION
git clone https://github.com/fbazzarella/sublime_settings.git $DESTINATION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment