legacy-dotfiles/README.org

66 lines
2.1 KiB
Org Mode
Raw Normal View History

2012-03-28 23:22:49 +02:00
# -*- eval: (git-auto-commit-mode 1) -*-
2012-03-28 23:47:29 +02:00
* .Xdefaults
2012-03-28 23:40:05 +02:00
Currently uses colors from [[http://ethanschoonover.com/solarized][solarized]] theme for everything. Sets
other settings for [[http://software.schmorp.de/pkg/rxvt-unicode][urxvt]], [[http://invisible-island.net/xterm/][xterm]], XFT, [[http://www.gnu.org/software/emacs][GNU Emacs]] and ~xfontsel~.
2012-03-28 23:47:29 +02:00
* .Xmodmap
2012-03-28 23:42:45 +02:00
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).
2012-03-28 23:47:29 +02:00
* .bash_profile
2012-03-28 23:22:49 +02:00
2012-03-28 23:43:34 +02:00
Sets some environment variables. Even though I use [[http://zsh.sourceforge.net/][zsh]],
2012-03-28 23:22:49 +02:00
~.bash_profile~ gets sourced first of all anyway. Currently sets
~BROWSER~ and ~EDITOR~ and adds paths to ~INFOPATH~ and ~PATH~.
2012-03-28 23:47:29 +02:00
* .beetsconfig
2012-03-28 23:22:49 +02:00
2012-03-28 23:24:20 +02:00
Configuration for [[http://beets.radbox.org/][beets]].
2012-03-28 23:51:37 +02:00
* .conky_box.lua
Some lua file to draw a semi-transparent box around [[http://conky.sourceforge.net/][conky]] to keep it
readable on every kind of background without fully obscuring that
background.
2012-03-28 23:52:28 +02:00
* .conkyrc
Configuration for [[http://conky.sourceforge.net/][conky]].
2012-03-28 23:54:23 +02:00
* .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.
2012-03-28 23:57:25 +02:00
* .gitconfig
Configuration for [[http://git-scm.com][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.
2012-03-28 23:58:39 +02:00
* .guile
Enables ~readline~ functionality in the [[http://www.gnu.org/software/guile/][guile]] REPL.
2012-03-29 00:00:29 +02:00
* .hgrc
Configuration for [[http://mercurial.selenic.com/][mercurial]]. Only sets my name/email.
2012-03-29 00:03:52 +02:00
* .offlineimap.py
Python function file for [[http://offlineimap.org/][offlineimap]]. Defines a function to get a
username and another for password from ~.netrc~.
2012-03-29 00:08:35 +02:00
* .offlineimap
Configuration for [[http://offlineimap.org/][offlineimap]]. Calls [[http://www.djcbsoftware.nl/code/mu/][mu]] as a post sync hook to index
new mails.