25 lines
463 B
Markdown
25 lines
463 B
Markdown
# Dotfiles
|
|
|
|
## Overview
|
|
|
|
This repo is a store for my dotfiles.
|
|
|
|
It contains a utility ([dfm](https://github.com/justone/dfm)) to help with managing and updating your dotfiles.
|
|
For more information, check out the [wiki](http://github.com/justone/dotfiles/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
|
|
|