Links to various configuration files that one can find lurking around my computer.
~/.abcde.conf
This config file is used by Abcde to rip audio CD tracks into MP3s.
~/.bashrc
This is a standard BASH configuration file.
~/.conkyrc
This is a configuration file for the Conky system monitor (for Linux and BSD).
~/.config/openbox/autostart.sh
This shell script is executed when starting Openbox (a window manager for X).
~/.config/openbox/menu.xml
This XML file contains the specification for the Openbox root menu.
~/.config/openbox/rc.xml
This is the primary settings file for Openbox.
~/.fonts.conf
This file is used to specify font settings and/or replacements.
~/.gtkrc-2.0
This file specifies (includes) my preferred GTK+ theme, as well
as some custom overrides and other GTK-related settings. (If you use a helper program to set
your GTK theme, your custom settings should perhaps be placed in ~/.gtkrc.mine,
which can then be included in ~/.gtkrc-2.0. Failure to do so could result in your
settings being overwritten.)
~/.pypanelrc
This is the main configuration file for PyPanel.
~/.screenrc
This is a configuration file for Screen.
~/.vimperatorrc
This is the configuration file for Vimperator (a Firefox extension that makes the browser behave in many ways like the Vim editor).
~/.(g)vi(m)rc
This is a basic (g)Vim configuration file.
~/.Xdefaults
This file specifies my preferred settings for various X
applications, such as xterm
and urxvt.
~/.xinitrc
This file (actually a shell script) is run when the user starts X via the startx
or xinit commands or uses SLiM.
~/.Xmodmap
This file is used to assign names to and/or remap particular keys.
~/.zprofile
The contents of this file are executed by ZSH when it is run as a login shell.
~/.zshrc
This is the main configuration file for ZSH.