My Emacs configuration written as literate program using amazing org mode.
I'm using unusual way of dependency management for a configuration. I use Cask and pallet to manage all dependecies as I don't really like to handle the loading of packages within the configuration itself.
This is how to install Cask on any unix like system. If this method doesn't work please see documentation
$ curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
All the important information is captured in configuration itself. Please see turbo_mack.org for details.