|
3 місяці тому | |
---|---|---|
asdf @ a7252e687a | 8 місяці тому | |
config | 3 місяці тому | |
dotbot @ 2c8a0431ed | 6 місяці тому | |
pure @ c42bd35494 | 6 місяці тому | |
z @ bbec3cb6af | 6 місяці тому | |
.gitmodules | 8 місяці тому | |
LICENSE.md | 6 роки тому | |
POSTINSTALL.md | 1 рік тому | |
README.md | 1 рік тому | |
install | 6 роки тому | |
install.conf.yaml | 5 місяці тому |
# 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
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
.