Here are Ben's dotfiles.
The dotfiles are currently managed by yadm
. Files
prior to switching to yadm
are preserved in the branch dotfiles
.
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. Either grab yadm
and and them delete it:
mkdir -p ~/tmp
wget https://github.com/yadm-dev/yadm/raw/master/yadm -O ~/tmp/yadm
chmod +x ~/tmp/yadm
~/tmp/yadm clone https://git.sudo.is/ben/dotfiles
rm ~/tmp/yadm
Or use the clone.sh
script.
- :gitea: Upstream:
git.sudo.is/ben/dotfiles
- :codeberg: Codeberg:
benk/dotfiles
- :github: GitHub:
benediktkr/dotfiles
- :git: Bitbucket (private)