dotfiles/README.md

17 lines
544 B
Markdown
Raw Normal View History

2019-05-05 19:24:14 +02:00
.dotfiles
2014-03-21 03:33:05 +01:00
=================
2015-08-21 19:54:53 +02:00
This is a template repository for bootstrapping your dotfiles with [Dotbot][dotbot].
2014-03-21 03:33:05 +01:00
2014-03-21 05:51:10 +01:00
In general, you should be using symbolic links for everything, and using git
2014-03-21 03:33:05 +01:00
submodules whenever possible.
To keep submodules at their proper versions, you could include something like
`git submodule update --init --recursive` in your `install.conf.yaml`.
2014-03-21 03:33:05 +01:00
To upgrade your submodules to their latest versions, you could periodically run
2014-08-03 20:01:17 +02:00
`git submodule update --init --remote`.
2014-03-21 03:33:05 +01:00
2014-05-30 16:38:19 +02:00
[dotbot]: https://github.com/anishathalye/dotbot