sábado, 14 de julio de 2012

Install Sublime Text 2 In Xubuntu 12.04

this is the step that i've done for installing in my xubuntu 12.04

1._ Open the Web Browser
2._ Type uwall.tv and you look Audioslave (or your favorite group) in the reach box (of course, it's optinal)
3._ Open another tab
4._ Type http://www.sublimetext.com/2
5._ Select & Click your version of the sublime for your machine
6._ Save the file in the folder of your system.
7._ Open a terminal & go to the sublime file is
8._ Type:
tar -xvjf filename.tar.bz2

9._ Type:
sudo mkdir /opt/sublimetext2

10._ Type:
sudo mv 'the extracted content' /opt/sublimetext2/

11._ Type:
sudo touch /usr/bin/sublime

12._ Type:
sudo chmod 755 /usr/bin/sublime

13._ Type:
sudo gedit /usr/bin/sublime

14._ Type:
#!/bin/sh
export SUBLIME_HOME="/opt/sublimetext2" 
$SUBLIME_HOME/sublime_text $*
15._ Type:
sudo gedit /usr/share/applications/sublime.desktop

16._ Type:
[Desktop Entry]
Encoding=UTF-8
Name=Sublime
Comment=Sublime Text Editor
Exec=sublime
Icon=/opt/sublimetext2/Icon/128x128/sublime_text.png
Terminal=false
Type=Application
Categories=GNOME;Application;Development;
StartupNotify=true

Source

No hay comentarios:

Publicar un comentario