-
Notifications
You must be signed in to change notification settings - Fork 201
Home
justone edited this page Jan 25, 2012
·
10 revisions
This repository contains a framework for managing dotfiles.
First, fork this repo.
Then, add your dotfiles:
$ git clone [email protected]:username/dotfiles.git
$ cd dotfiles
$ # edit files
$ # edit files
$ git push origin master
Finally, to install your dotfiles onto a new system:
$ cd $HOME
$ git clone [email protected]:username/dotfiles.git .dotfiles
$ ./.dotfiles/bin/dfm # creates symlinks to install files
Later, to update your files:
$ dfm updates
... shortlog of updates
$ dfm mi
... changes merged in and install run again
Or, to do the above in one step:
$ dfm umi
... shortlog of updates
... changes merged in and install run again