Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chsnell/dotfiles

 
 

Repository files navigation

Dotfiles

Overview

This repo is my private repo for tracking dotfiles based off the dfm template. It contains a utility (dfm) to help with managing and updating your dotfiles.

Using this repo

Don't. This is mine.

Then, add your dotfiles:

$ git clone [email protected]: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 [email protected]: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.

About

Dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 72.8%
  • Perl 25.4%
  • Vim Script 1.8%