Configuration files

This are configuration files, commonly known as dotfiles (because of the initial dot on them, to make them unlistable, that is) for several stuff:

.vimrc -- Vim configuration file.
the vim awesome lightweight, featurefull editor

.muttrc -- Mutt configuration file.
the mutt "less-sucking" mail client (it works, it follows standards, it's configurable, it rocks)

.mailfilter -- Maildrop configuration and filter file.
maildrop does what procmail does but with indeed more intuitive configuration rules.

.bash_profile -- Bash shell (as in shell^2) profile
the bourne again shell (bash) is the shell I use, not csh, not, ksh, not zsh, no, bash

.fetchmail -- Fetchmail configuration file.
fetchmail... well... fetches mail

.inputrc -- Readline init file.
configures readline behaviour/keybindings

.Xdefaults -- X resources/config.
configures X resources. Mostly xterm related.



$Id: configs.html,v 1.1 2002/10/30 02:37:02 japc Exp $
japc