kogent
Oct 20, 2009, 08:45 AM
I was a bit frustrated with the options for configuring the bundled iTerm so I wrote a Rake task in ruby to take a config file and merge the configs into the PathFinder Preferences file:
http://github.com/kogent/pathfinder-prefs
The settings in my repo are optimal for black background and use alternate colors instead of bold to make things more legible. It also sets the term type to linux to allow things like arrow keys to work in vim. Font is set to Monaco 12.
Feel free to fork the project and make any changes or improvements.
It has one dependency on the plist library. Run the following command to get that installed:
gem install plist
http://github.com/kogent/pathfinder-prefs
The settings in my repo are optimal for black background and use alternate colors instead of bold to make things more legible. It also sets the term type to linux to allow things like arrow keys to work in vim. Font is set to Monaco 12.
Feel free to fork the project and make any changes or improvements.
It has one dependency on the plist library. Run the following command to get that installed:
gem install plist