This template provides a way to quickly get up and running using the dots
dotfile management utility.
If you would like to be able to pull in any changes made to this template, you may use this as the base for your dotfiles repository.
Simply clone this repository git clone https://github.com/evanpurkhiser/dots-template
If you would prefer to start with a clean history and don't care or have the need to pull in any updates to this template repository then you can instead initalize a new repository with the contents of this repository.
$ git clone --depth 1 https://github.com/evanpurkhiser/dots-template
$ rm -rf dots-template/.git
$ git init dots-template
-
Create configuration groups as you see fit. All directories aside from the
base
directory should contain a second directory in them representing a sub-configuration group.For example you could have a
machines/desktop
configuration group for your desktop and amachines/laptop
configuration group for your laptop. You could also for example have acommon/develop
for configuration files specifically used for development tools. -
Organize your dotfiles into their respective configuration groups.
-
Execute
source init-dots
to install the dots manager and initialize your dotfiles into ther directories. -
Execute
dots groups set [list of groups here]
thendots install
. -
Enjoy your organized dotfiles!
While not required, it's recommended to read through the dots README.
Don't forget to edit this README to be specific to your dotfiles!