Skip to content

Instantly share code, notes, and snippets.

View wangzhengyi's full-sized avatar

王正一 wangzhengyi

View GitHub Profile
#!/bin/bash
#script extraido de: http://paulocassiano.wordpress.com/2008/08/29/deixando-o-gedit-com-a-cara-do-textmate/
#tip for better "resolution" here: http://blog.siverti.com.br/2008/05/22/fonte-monaco-no-ubuntugedit/
cd /usr/share/fonts/truetype/
#if monaco dir not exists, then create it
if [ ! -d ttf-monaco ]; then
udo mkdir ttf-monaco