A textmate-like gedit in Ubuntu for Ruby and Rails IDE
// April 17th, 2008 // 2 Comments » // Ruby, 编程开发
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
——————————————————-

