summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-06-17 23:05:56 +0200
committerGravatar Tom Willemsen2012-06-17 23:05:56 +0200
commit2b1eac949c9ac8ddb7c5c383c99bba1400c9000d (patch)
tree770d43e27e2bf0fcd445a3483d0bcd6511f81bf8
parentf9f6b09436e698e705d2144ac28dd99f34a143c8 (diff)
downloaddotfiles-2b1eac949c9ac8ddb7c5c383c99bba1400c9000d.tar.gz
dotfiles-2b1eac949c9ac8ddb7c5c383c99bba1400c9000d.zip
README.org
-rw-r--r--README.org65
1 files changed, 0 insertions, 65 deletions
diff --git a/README.org b/README.org
deleted file mode 100644
index 7104fa6..0000000
--- a/README.org
+++ /dev/null
@@ -1,65 +0,0 @@
-# -*- eval: (git-auto-commit-mode 1) -*-
-
-* .Xdefaults
-
- 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~.
-
-* .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 [[http://zsh.sourceforge.net/][zsh]],
- ~.bash_profile~ gets sourced first of all anyway. Currently sets
- ~BROWSER~ and ~EDITOR~ and adds paths to ~INFOPATH~ and ~PATH~.
-
-* .beetsconfig
-
- Configuration for [[http://beets.radbox.org/][beets]].
-
-* .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.
-
-* .conkyrc
-
- Configuration for [[http://conky.sourceforge.net/][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 [[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.
-
-* .guile
-
- Enables ~readline~ functionality in the [[http://www.gnu.org/software/guile/][guile]] REPL.
-
-* .hgrc
-
- Configuration for [[http://mercurial.selenic.com/][mercurial]]. Only sets my name/email.
-
-* .offlineimap.py
-
- Python function file for [[http://offlineimap.org/][offlineimap]]. Defines a function to get a
- username and another for password from ~.netrc~.
-
-* .offlineimap
-
- Configuration for [[http://offlineimap.org/][offlineimap]]. Calls [[http://www.djcbsoftware.nl/code/mu/][mu]] as a post sync hook to index
- new mails.