Temporary repo for transitioning dotfiles to being managed by yadm
This repository has been archived on 2023-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
ben f203042e54
ben/yadm-dotfiles/pipeline/head This commit looks good Details
archival of temp repo
2023-11-11 18:40:15 +01:00
.config friendly name 2023-11-06 15:50:06 +01:00
.emacs.d emacs 2023-10-17 19:53:26 +02:00
.gnupg gpg 2023-10-23 19:17:32 +02:00
.local invoke with sudo 2023-11-03 14:24:27 +01:00
.ssh adding back changes 2023-10-29 12:35:10 +01:00
.vim vim 2023-10-17 19:50:48 +02:00
.zsh.d zsh 2023-10-24 20:56:52 +02:00
.aws##user.ben fix 2023-10-24 21:07:18 +02:00
.aws##user.benedikt.kristinsson aws 2023-10-23 21:25:59 +02:00
.git-credentials private shit 2023-10-20 18:19:45 +02:00
.gitconfig git colors 2023-10-20 18:42:25 +02:00
.gitconfig.local##default gitconfig 2023-10-17 20:16:57 +02:00
.gitconfig.local##user.benedikt.kristinsson gitconfig 2023-10-17 20:16:57 +02:00
.gitignore ssh conf.d 2023-10-20 18:22:23 +02:00
.gitmodules yadm and omyszsh 2023-10-17 19:46:29 +02:00
.tmux.conf tmux 2023-10-17 20:52:38 +02:00
.vimrc vim: remove trailing whitespace from yaml files 2023-10-27 16:39:19 +02:00
.vuescan vuescan 2023-10-20 18:26:37 +02:00
.vuescanrc vuescan 2023-10-20 18:26:37 +02:00
.zshrc hostname checking 2023-10-28 04:05:13 +02:00
Jenkinsfile initial commit 2023-10-17 18:40:49 +02:00
LICENSE Initial commit 2023-10-17 16:32:12 +00:00
README.md archival of temp repo 2023-11-11 18:40:15 +01:00

README.md

yadm-dotfiles

Build Status BSD-2-Clause version git github matrix

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