This repo contains my configuration for emacs, bash and vim.
You must have stow installed to make this work.
Run stow <foo> to setup files in directory ./<foo>.
For example:
- setup
.bashrcwithstow bash - setup
.emacs.dwithstow emacs - setup
.i3and.i3status.confwithstow i3 - setup
.vimrcwithstow vim
- This is contained in the
./emacsdirectory. - The entrypoint is
.emacs.d/init.el. - It does some housekeeping before tangling, compiling and loading
babel.org. babel.orgis a literateorg-modefile containing most of theemacs-lispconfiguration.vivid-chalk-theme.elcontainscustom-themedefinition for vivid-chalk ported from thecolor-themeimplementation. Though it has some pending garishness that needs fixing.- As is evidenced, this setup relies heavily on
org-mode. - Package management is provided by
package.el, called viause-package.- Thus it must be loaded and installed first, before doing anything else.
- There are some other experimental files which are not included on startup and are yet to be incorporated into the main configuration. (
diagnostics.el,rcode.el,minibuffer.el)
The .vimrc is present only for archival purposes.
It is not maintained.