Skip to content

dooug/dotfiles

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 44.5%
  • Shell 31.9%
  • Perl 20.1%
  • PHP 3.5%