Skip to content

insanejudge/dotfiles-old

 
 

Repository files navigation

Dotfiles

Overview

This repo is a skeleton/template/vanilla version of my dotfiles. It contains a utility to help with managing and updating your dotfiles like I manage mine.

Using this repo

First, fork this repo.

Then, add your dotfiles:

$ git clone git@github.com:username/dotfiles.git .dotfiles
$ cd .dotfiles
$  # edit files
$  # edit files
$ git push origin master

Finally, to install your dotfiles onto a new system:

$ cd $HOME
$ git clone git@github.com:username/dotfiles.git .dotfiles
$ ./.dotfiles/bin/dfm  # creates symlinks to install files

Full documentation

For more information, check out the wiki.

You can also run dfm --help.

My dotfiles

My dotfiles are in the personal branch.

Packages

No packages published

Languages

  • Common Lisp 41.1%
  • Shell 38.0%
  • Perl 9.9%
  • Haskell 8.9%
  • Ruby 1.1%
  • Emacs Lisp 0.8%
  • Other 0.2%