Skip to content

Instantly share code, notes, and snippets.

@khal3d
Created January 9, 2013 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khal3d/4492855 to your computer and use it in GitHub Desktop.
Save khal3d/4492855 to your computer and use it in GitHub Desktop.
[Desktop Entry]
Encoding=UTF-8
Version=2.0.1
Name=Sublime Text 2
Exec=subl %u
Terminal=false
Icon=/home/khal3d/applications/Sublime Text 2/Icon/128x128/sublime_text.png
Type=Application
Categories=Application;Utility;IDE;Development;TextEditor
StartupNotify=true
MimeType=text/plain;application/x-php;
X-Ayatana-Desktop-Shortcuts=NewWindow
[NewWindow Shortcut Group]
Name=New Window
Exec=subl --new-window
TargetEnvironment=Unity
@khal3d
Copy link
Author

khal3d commented Jan 9, 2013

mkdir ~/applications
cd ~/applications/
wget http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.1%20x64.tar.bz2
tar vxjf Sublime\ Text\ 2.0.1\ x64.tar.bz2
sudo ln -s ~/applications/Sublime\ Text\ 2/sublime_text /usr/bin/subl
sudo wget -O /usr/share/applications/sublime.desktop https://gist.github.com/raw/4492855/476dcfa95582b3c11b926cf1082ba0844885910a/sublime.desktop
sudo nano /usr/share/applications/sublime.desktop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment