aalpern / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My collection of dotfiles, for zsh and emacs, primarily. I've been toting these around from one system to another since 1992.

Homesick is a pretty good way to keep your dotfiles in sync via github and symlinks.

Emacs Color Themes

Once upon a time, before emacs had a color theme system (or three) of its own, I wrote a bunch of functions in my .emacs config that set font-lock faces to my liking. They didn't play very nicely with Emacs 24's built-in theming system (I did write them of Emacs 19, after all), so I converted them to proper color themes. I mostly use aalpern-dark and autumn-light. They are not comprehensive in setting faces for every popular major mode out there - I mostly only care about font-lock.

autumn-light and green-phosphor now have their own repositories, and can be installed by Emacs 24's package manager from the MELPA archive.

Light Themes

autumn-light:

autumn-light-theme

better-github:

better-github-theme

aalpern-light:

aalpern-light-theme

Dark Themes

aalpern-dark:

aalpern-dark-theme

aalpern-dark2:

aalpern-dark2-theme

green-phosphor:

green-phosphor-theme

About


Languages

Language:Emacs Lisp 88.8%Language:Shell 11.2%