All Projects → peterkeen → dotfiles

peterkeen / dotfiles

Licence: other
These are my dotfiles

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language
perl
6916 projects
emacs lisp
2029 projects
ruby
36898 projects - #4 most used programming language
CSS
56736 projects

Pete Keen's Dotfiles

These are my dotfiles. That means primarily this is emacs with some bash thrown in with a tiny amount of other stuff. I've drawn heavily from the ideas put forth by Zach Holman's dotfiles. The core idea is that these files are organized by topic, not software. That means, for example, that all of the ruby things, both bash and emacs, belong in the same area.

I've changed a few little things:

  • Modules are listed explicitly in ~/.modules, one per line, and are loaded in the specified order. This lets me set up different configs for work and home while still sharing almost everything else.
  • Each module can have it's own bin/. These are added to the path module-file order.
  • I use bash instead of zsh
  • The core bash config looks for init.sh in every module
  • The core emacs config looks for init.el in every module
  • Emacs uses el-get to manage 3rd party dependencies.

To get started:

$ git clone https://www.petekeen.net/source/dotfiles.git
$ cd dotfiles
$ rake setup_modules
$ <edit ~/.modules as appropriate>
$ rake install

Adding a new module is simple. Just make a directory, drop init.sh and/or init.el and/or <something>.symlink into it, and list it in your modules file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].