dooug / dotfiles

Dotfiles

Home Page:http://endot.org/projects/dfm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Overview

Fork of justone's dotfiles project

Has some nice Drupal and PHP stuff, and other nice things

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.

About

Dotfiles

http://endot.org/projects/dfm/


Languages

Language:Vim Script 44.6%Language:Shell 31.9%Language:Perl 20.1%Language:PHP 3.5%