Go to file
Inhji 87d6926714 create directories before linking 2019-08-07 09:00:16 +02:00
config create zfunctions on install 2019-08-07 08:29:31 +02:00
dotbot@b062aeaf15 Update Dotbot version 2019-03-05 07:44:33 -05:00
pure add z and pure theme 2019-08-07 07:55:59 +02:00
z add z and pure theme 2019-08-07 07:55:59 +02:00
.gitmodules remove nvm, oh-my-zsh 2019-08-07 07:55:33 +02:00
LICENSE.md Add LICENSE 2014-05-01 11:15:55 -04:00
README.md init my dotfiles! 2019-05-05 19:24:14 +02:00
install Update Dotbot version 2014-10-27 20:43:24 -04:00
install.conf.yaml create directories before linking 2019-08-07 09:00:16 +02:00

README.md

.dotfiles

This is a template repository for bootstrapping your dotfiles with Dotbot.

In general, you should be using symbolic links for everything, and using git 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.

To upgrade your submodules to their latest versions, you could periodically run git submodule update --init --remote.