dotfiles/README.md

1.6 KiB

dotfiles

Build Status version git github BSD-2-Clause docs matrix

Here are Ben's dotfiles.

Leaf Dark

The dotfiles are currently managed by yadm. Files prior to switching to yadm are preserved in the branch dotfiles.

🐣 Chicken and the egg

Normally yadm is executed from ~/.local/bin/yadm, which is managed by this repo.

So the first time cloning the repo on a new system, we have a chicken and egg problem

mkdir -p ~/tmp
wget https://github.com/TheLocehiliosan/yadm/raw/master/yadm -O ~/tmp/yadm
chmod +x ~/tmp/yadm
~/tmp/yadm clone https://git.sudo.is/ben/dotfiles
rm ~/tmp/yadm

Mirrors