Skip to content

Instantly share code, notes, and snippets.

@shivergard
Created February 22, 2014 07:47
Show Gist options
  • Select an option

  • Save shivergard/9150144 to your computer and use it in GitHub Desktop.

Select an option

Save shivergard/9150144 to your computer and use it in GitHub Desktop.
Init portable Sublime_Text2 in BackTrack5 Live CD
#!/bin/sh
ln -s $(pwd)/config/sublime-text-2 /root/.config/sublime-text-2
ln -s $(pwd)/bin/sublime /opt/sublime
/opt/sublime/sublime_text
rm /root/.config/sublime-text-2
rm /opt/sublime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment