Skip to content

eloyesp/dotfiles

This branch is 167 commits ahead of, 683 commits behind holman/dotfiles:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

be0d2fc · Aug 7, 2023
Aug 7, 2023
Sep 15, 2022
May 13, 2020
May 13, 2015
Apr 10, 2019
Mar 15, 2022
Aug 7, 2023
Apr 10, 2019
May 13, 2020
Jun 22, 2022
Aug 7, 2023
Nov 27, 2015
Dec 23, 2019
Feb 15, 2022
Sep 15, 2022
Jun 11, 2021
Apr 19, 2014
Oct 6, 2016

Repository files navigation

Dotfiles

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 [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

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 75.2%
  • Shell 11.5%
  • Vim Script 10.6%
  • Haskell 2.7%