Go to file
Inhji 0d0a8bec04 update tunnel alias 2019-08-12 15:22:34 +02:00
config update tunnel alias 2019-08-12 15:22:34 +02:00
dotbot@b062aeaf15 Update Dotbot version 2019-03-05 07:44:33 -05:00
pure@42d3b83647 readd submodules 2019-08-07 09:08:12 +02:00
z@9d5a3fe040 readd submodules 2019-08-07 09:08:12 +02:00
.gitmodules readd submodules 2019-08-07 09:08:12 +02:00
LICENSE.md Add LICENSE 2014-05-01 11:15:55 -04:00
README.md update readme 2019-08-07 09:18:49 +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

How to install

git clone https://git.inhji.de/inhji/dotfiles.git .dotfiles
~/.dotfiles/install
chsh -s /usr/bin/zsh

Tips

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.