Local configuration files, preferences, and installation scripts to easily setup and replicate perferred options accross different machines.
This uses Yet Another Dotfiles Manager - yadm to manage the headless git repo setup more easily.
On a new machine, run the following in a temporary directory (e.g. ~/Desktop
):
git clone https://github.com/hugocf/dotfiles.git
dotfiles/.config/yadm/bootstrap
rm -rf dotfiles
On an ongoing basis, run the following to receive updates and ensure all is setup correctly:
yadm check && yadm pull && yadm bootstrap
Note that check
is a custom alias defined in ~/.gitconfig
.
See more Common Commands - yadm.