Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Gedit look like Textmate?

I want to make Gedit look like Textmate, and act like it too. I have read many tutorials on the net, but can't find an easy to follow guide. I am using Ubuntu 11.04 and would like to use it for Ruby on Rails and other web languages. I want only the core functions such as class/project browser and syntax highlighting. Can someone provide an easy to follow guide or point me in the right direction? Thanks a lot in advance!

like image 720
gerky Avatar asked Jun 17 '11 14:06

gerky


1 Answers

sudo apt-add-repository ppa:ubuntu-on-rails/ppa
sudo apt-get update
sudo apt-get install gedit-gmate

that should work

like image 62
Yichaoz Avatar answered Sep 22 '22 08:09

Yichaoz