These are my dotfiles. They are managed by toml bombadil
.
You can use doctor
to check if the configuration works.
See shell/doctor.sh
for more info.
Each branch is a different configuration for an environment:
arch
for Arch Linux machines runningzsh
.
Of course you need to have toml bombadil
installed.
git clone git@github.com:MrHedmad/dotfiles.git $HOME/.dotfiles
bombadil install $HOME/.dotfiles
bombadil link
Simply:
cd $HOME/.dotfiles
git pull
bombadil link
From now on, change dotfiles in the .dotfiles
folder. Edit the bombadil.toml
file with the directives on how and where to install the dotfiles, if you did
not already.
Finally, re-run bombadil link
to refresh local configuration.
If you want to iteratively edit configurations you can run bombadil watch
to
refresh the installed config at every file change.
Refer to the toml bombadil
docs for
more information.