Files
dotfiles/README.md
2016-04-14 20:34:41 +02:00

463 B

Dotfiles

Overview

This repo is a store for my dotfiles.

It contains a utility (dfm) to help with managing and updating your dotfiles. For more information, check out the wiki.

Install

$ cd ~
$ git clone https://github.com/Eragos/dotfiles.git .dotfiles
$ .dotfiles/bin/dfm install 

Update

$ cd ~/.dotfiles/
$ git pull
$ bin/dfm install 

or
$ updot