Skip to content

naydichev/dotfiles

 
 

Repository files navigation

Dotfiles

This is a clone of this branch. Please go there for documentation.

Overview

This repo is a skeleton/template repo for tracking dotfiles. It contains a utility (dfm) to help with managing and updating your dotfiles.

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 install # creates symlinks to install files

Full documentation

For more information, check out the wiki.

You can also run dfm --help.

Packages

No packages published

Languages

  • Vim Script 66.3%
  • Python 15.5%
  • Shell 9.0%
  • Perl 4.5%
  • CSS 3.5%
  • Ruby 0.7%
  • Other 0.5%