Last active
March 31, 2016 00:48
-
-
Save fbazzarella/8abc25d45d9cfdc6af50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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