Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaakko Pallari committed May 11, 2012
1 parent 832321f commit 8e08142
Showing 1 changed file with 53 additions and 2 deletions.
55 changes: 53 additions & 2 deletions README.md
@@ -1,4 +1,55 @@
# dotfiles

Here's a bunch of dotfiles I use. Some of them I've built myself but most of
the stuff is recycled from other people's files.
Here's a bunch of my dotfiles. Some of them I've built myself but most of the
stuff is recycled from other people's files. Here are a couple of highlights on
what I have:

## Awesome WM

The window manager I use on Linux these days.

- Some keymappings are similar to ones used in [dwm][].
- Volume control widget mostly ripped from [Vicious][].
- [Icon theme][icons] by anrxc.

## Emacs

I run Emacs 24 (pre-release) on most of my machines, and already use some new
features it offers.

- Package management using package.
- Configurations for [Notmuch][] plugin.
- [Evil][] with Emacs mode as insert mode.

## Vim

I mostly use Emacs these days, but I do launch Vim for small edits from time to
time.

- Color scheme: seanmod.vim (a variant of sean.vim)
- Bunch of really nice mappings courtesy of [Vimbits][].
- Some Emacs-like keybindings.
- [Pathogen][] for managing Vim plugins.

## XKB

Includes my own XKB keymap (AltFin). It is based on the US International
keyboard layout. It just removes all the dead keys and adds some diaeresis
mappings to that extra key between the left shift and Z keys. The mapping is
similar one used in [ArkkuDvorak][].

## Other stuff I have configurations for

- ZSH
- Tmux
- Pentadactyl
- Xresources

[dwm]: http://dwm.suckless.org/
[Vicious]: http://awesome.naquadah.org/wiki/Vicious
[icons]: http://awesome.naquadah.org/wiki/Nice_Icons
[Notmuch]: http://notmuchmail.org/
[Evil]: http://emacswiki.org/emacs/Evil
[Vimbits]: http://vimbits.com/
[Pathogen]: https://github.com/tpope/vim-pathogen
[ArkkuDvorak]: http://www.cs.helsinki.fi/u/kkuloves/dvorak.shtml

0 comments on commit 8e08142

Please sign in to comment.