Skip to content

Instantly share code, notes, and snippets.

@dantoncancella
Last active February 5, 2019 22:54
Show Gist options
  • Save dantoncancella/4977978 to your computer and use it in GitHub Desktop.
Save dantoncancella/4977978 to your computer and use it in GitHub Desktop.
Installing Sublime Text 2 on Fedora (yum)
# Add repository
yum-config-manager --add-repo http://repo.cloudhike.com/sublime2/fedora/sublime2.repo
# Enable repository
yum-config-manager --enable
# Installin Sublime Text 2
yum install sublime-text
#Tested on Fedora 17, 18
@nboubakr
Copy link

nboubakr commented Mar 9, 2015

To use sublime as your default text editor instead of gedit, you should edit: /usr/share/applications/defaults.list by putting subl instead gedit.

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