Skip to content

abalakersky/dotfiles

 
 

Repository files navigation

Overview

This repo contains my .dotfiles.
It contains a utility (dfm) to help with managing and updating your dotfiles.

Using this repo

Run this bootstrap file to have everything setup:

$ wget -qO- https://raw.githubusercontent.com/abalakersky/dotfiles/master/bin/bootstrap.sh | bash -

Original instructions:

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.

Releases

No releases published

Packages

No packages published

Languages

  • Perl 54.8%
  • Vim Script 26.2%
  • Shell 18.7%
  • Ruby 0.3%