No description
Find a file
2021-07-28 23:47:28 +02:00
config i3: small changes 2021-07-28 23:47:17 +02:00
dotbot@076939da8e update submodules 2021-06-13 08:40:38 +02:00
pure@f4c6d79ba2 pure: update from remote 2021-07-19 00:54:41 +02:00
z@b82ac78a2d update submodules 2021-06-13 08:40:38 +02:00
.gitmodules remove asdf submodule 2021-04-18 11:48:48 +02:00
install Update Dotbot version 2014-10-27 20:43:24 -04:00
install.conf.yaml dotbot: clean up install config 2021-07-28 23:47:28 +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

.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.