ben
f203042e54
ben/yadm-dotfiles/pipeline/head This commit looks good
Details
|
||
---|---|---|
.config | ||
.emacs.d | ||
.gnupg | ||
.local | ||
.ssh | ||
.vim | ||
.zsh.d | ||
.aws##user.ben | ||
.aws##user.benedikt.kristinsson | ||
.git-credentials | ||
.gitconfig | ||
.gitconfig.local##default | ||
.gitconfig.local##user.benedikt.kristinsson | ||
.gitignore | ||
.gitmodules | ||
.tmux.conf | ||
.vimrc | ||
.vuescan | ||
.vuescanrc | ||
.zshrc | ||
Jenkinsfile | ||
LICENSE | ||
README.md |
README.md
yadm-dotfiles
Temporary repo for transitioning dotfiles to being managed by yadm, has now
been archived since migrating the dotfiles back to my dotfiles
repo.
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/yadm-dotfiles
rm ~/tmp/yadm