Go to file
Inhji 2129dab875 add doom config 2020-07-28 08:39:31 +02:00
asdf@a7252e687a clean up, add asdf submodule 2020-05-17 21:41:50 +02:00
config add doom config 2020-07-28 08:39:31 +02:00
dotbot@2c8a0431ed update deps 2020-07-02 06:36:07 +02:00
pure@c42bd35494 update deps 2020-07-02 06:36:07 +02:00
z@bbec3cb6af update deps 2020-07-02 06:36:07 +02:00
.gitmodules clean up, add asdf submodule 2020-05-17 21:41:50 +02:00
LICENSE.md Add LICENSE 2014-05-01 11:15:55 -04:00
POSTINSTALL.md „POSTINSTALL.md“ ändern 2019-12-10 09:10:31 +01:00
README.md update readme 2019-12-10 00:06:53 +01:00
install Update Dotbot version 2014-10-27 20:43:24 -04:00
install.conf.yaml add doom config 2020-07-28 08:39:31 +02:00

README.md

.dotfiles

Managed with Dotbot dotbot

How to install

# install zsh first
sudo apt install zsh git

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

After that, read POSTINSTALL

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.