A textmate-like gedit in Ubuntu for Ruby and Rails IDE

Deep Blue| April 17, 2008 11:10 pm

Pls follow the instructions from http://grigio.org/pimp_my_gedit_was_textmate_linux

Add-on by Deep Blue (Linux newbie may need this if you are using Ubuntu):

How to install liberation fonts on Ubuntu

commands:
——————————————————-
echo “deb http://ppa.launchpad.net/corenominal/ubuntu gutsy main” | sudo tee -a /etc/apt/sources.list
echo “deb-src http://ppa.launchpad.net/corenominal/ubuntu gutsy main” | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install ttf-liberation
——————————————————-

My customized Gedit screen snapshot:
A textmate-like Gedit as Ruby and rails IDE

2 Responses to “A textmate-like gedit in Ubuntu for Ruby and Rails IDE”

[...] =============================================== UPDATED 2008-05-27: 在Linux下有更好的IDE选择了,Gedit可以加几个插件和主题,就可以比较完美的模仿textmate了,具体请看这个帖子 http://www.tzhang.com/blog/2008/04/17/textmate-like-gedit [...]

I.D.E.A.中文站 » 我的RoR工作环境 sent a pingback on July 17, 2008

[...] Ubuntu 8.04 with 3D desktop. Ruby 1.8.6 + Rails 2.1 IDE: Gedit customized like textmate (How-to) [...]

Care to comment?