.config | ||
.conkerorrc | ||
.moc | ||
.mutt | ||
.ncmpcpp | ||
.ssh | ||
.w3m | ||
.weechat | ||
.zsh | ||
bin | ||
pictures/wallpapers/2960x1050 | ||
.bash_profile | ||
.beetsconfig | ||
.conky_box.lua | ||
.conkyrc | ||
.fonts.conf | ||
.gitconfig | ||
.gitignore | ||
.gitmodules | ||
.guile | ||
.hgrc | ||
.offlineimap.py | ||
.offlineimaprc | ||
.screenrc | ||
.slrnrc | ||
.tmux.conf | ||
.urlview | ||
.xbindkeysrc.scm | ||
.Xdefaults | ||
.xinitrc | ||
.Xmodmap | ||
.xsession | ||
.zprofile | ||
.zshenv | ||
.zshrc | ||
diary | ||
README.org |
- .Xdefaults
- .Xmodmap
- .bash_profile
- .beetsconfig
- .conky_box.lua
- .conkyrc
- .fonts.conf
- .gitconfig
- .guile
- .hgrc
- .offlineimap.py
- .offlineimap
.Xdefaults
.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.