My old configuration files
Find a file
2012-06-03 22:30:34 +02:00
.config .config/herbstluftwm/autostart 2012-06-03 22:30:34 +02:00
.conkerorrc .conkerorrc/settings.js 2012-04-04 17:04:53 +02:00
.moc Delete moc config 2012-03-27 21:19:35 +02:00
.mutt .mutt/muttrc 2012-01-27 09:35:46 +01:00
.ncmpcpp .ncmpcpp/config 2012-04-19 11:27:50 +02:00
.pentadactyl/plugins .pentadactyl/plugins/emacs.penta 2012-04-19 11:25:47 +02:00
.ssh .ssh/config 2012-05-24 15:07:23 +02:00
.w3m Added w3m 2012-01-30 00:20:31 +01:00
.weechat Add weechat config 2011-11-04 01:01:59 +01:00
.zsh .zsh/functions/prompt 2012-05-17 21:15:32 +02:00
bin XBINDKEYS: Remove external scripts for tag handling 2012-02-06 22:25:18 +01:00
pictures/wallpapers/2960x1050 XINIT: Use a wallpaper again 2011-12-06 15:49:25 +01:00
.bash_profile .bash_profile 2012-04-30 11:28:29 +02:00
.beetsconfig .beetsconfig 2012-03-28 13:48:41 +02:00
.conky_box.lua Preparing placing home-directory in repo 2011-07-28 00:25:27 +02:00
.conkyrc .conkyrc 2012-02-02 09:29:17 +01:00
.fonts.conf Preparing placing home-directory in repo 2011-07-28 00:25:27 +02:00
.gitconfig GIT: Show some more whitespace errors 2012-01-06 11:11:38 +01:00
.gitignore .gitignore 2012-04-19 11:20:46 +02:00
.gitmodules .gitignore 2012-01-15 14:23:56 +01:00
.guile Added guile 2012-01-30 00:29:58 +01:00
.hgrc Added mercurial 2012-01-30 00:29:42 +01:00
.offlineimap.py Preparing placing home-directory in repo 2011-07-28 00:25:27 +02:00
.offlineimaprc .offlineimaprc 2012-04-27 10:41:42 +02:00
.screenrc Added screen 2012-01-30 00:27:02 +01:00
.slrnrc SLRN: Tweaked colors 2011-11-20 21:43:39 +01:00
.tmux.conf Add tmux 2012-01-30 00:26:38 +01:00
.urlview Added urlview 2012-01-30 00:23:07 +01:00
.xbindkeysrc.scm .xbindkeysrc.scm 2012-05-29 18:10:10 +02:00
.Xdefaults .Xdefaults 2012-04-19 11:26:50 +02:00
.xinitrc .xinitrc 2012-05-28 22:28:17 +02:00
.Xmodmap .Xmodmap 2012-05-28 15:14:28 +02:00
.xsession Added xsession 2012-01-30 00:14:02 +01:00
.zprofile .zprofile 2012-05-31 20:14:07 +02:00
.zshenv .zshenv 2012-03-27 08:58:54 +02:00
.zshrc .zshrc 2012-05-17 21:18:51 +02:00
diary Added diary 2012-01-30 00:12:44 +01:00
README.org README.org 2012-03-29 00:08:35 +02:00

.Xdefaults

Currently uses colors from solarized theme for everything. Sets other settings for urxvt, xterm, XFT, GNU Emacs and xfontsel.

.Xmodmap

I'm a lefty, so this reverses my first 3 mouse buttons. I've also set it up to switch my Control and Caps Lock, and my Shift and Super keys (on the left side of my keyboard).

.bash_profile

Sets some environment variables. Even though I use zsh, .bash_profile gets sourced first of all anyway. Currently sets BROWSER and EDITOR and adds paths to INFOPATH and PATH.

.beetsconfig

Configuration for beets.

.conky_box.lua

Some lua file to draw a semi-transparent box around conky to keep it readable on every kind of background without fully obscuring that background.

.conkyrc

Configuration for conky.

.fonts.conf

Fontconfig file that (in my opinion) gives me some nice looking fonts. I don't really know if I've actually got a good config, but after messing around with parts of it I'm fairly happy with it.

.gitconfig

Configuration for git. Adds some aliases:

  • st: short status list.
  • unadd: reset a file or the entire working tree.
  • lschanged: list files that have changed.
  • history: Show a graph of the history of a branch.

.guile

Enables readline functionality in the guile REPL.

.hgrc

Configuration for mercurial. Only sets my name/email.

.offlineimap.py

Python function file for offlineimap. Defines a function to get a username and another for password from .netrc.

.offlineimap

Configuration for offlineimap. Calls mu as a post sync hook to index new mails.