These are my dotfiles, even though the repository is not well named.
- VIM: I know, I still use pyflakes. I also use some of Damien Conway's tricks to make my life better.
- XMonad: The only thing here is that I use two configs, one for single-monitor setup and one for dual monitor setup, along with a bunch of custom executables.
- Oh-My-Zsh: Guilty as charged, I love Oh-My-Zsh, especially with a custom theme.
- A small note modules that reads/writes notes in your
$HOME/notes
, requires cmark to be in your$PATH
and$EDITOR
to be set (for example in your zshrc)
I use Dotbot to manage installation of my configuration. Everything should just be a
./install
away from installing. Please note that in xmonad/start-xmonad.zsh
we expand the PATH
to be able to use custom executables. You may need to modify this to your heart's content.