Bash Resource File

This is my current .bashrc file. Of course, this file is customized to my personal preferences, but there are settings and functions that would be useful for any UNIX-based system. Just be sure to change directory paths and filenames if you plan on using this config. Download:.bashrc 1 #!/bin/bash 2 3 setterm -initialize -blank 0 -cursor on 4 5 if [[ $- != *i* ]]; then 6 retu...

GTK+ Edit Mode for jEdit

For those of you who use jEdit as your default editor on Linux, then you may be interested in this edit mode. An Edit Mode colorizes your programming code for easier readability and for distinguishing various blocks of code. This file is for theming GTK+ applications on the GNOME Desktop (Or any kind of GTK+ application on any other platform, I suppose). Simply download the file below, and place...