Go to file
ben 0bb4889a36
ben/dotfiles/pipeline/head This commit looks good Details
gh: open draft pr
2024-04-19 16:49:18 +02:00
.cargo cargo: aarch64 apple 2024-04-11 16:19:53 +02:00
.config gh: open draft pr 2024-04-19 16:49:18 +02:00
.emacs.d Copying yadm-managed dotfiles to dotfiles repo 2023-11-11 18:35:59 +01:00
.empty desktop dir 2023-11-12 17:46:53 +01:00
.gnupg use relative symlinks 2024-01-17 16:40:03 +01:00
.local fix yaml script 2024-03-26 17:30:15 +01:00
.ssh ssh key links 2024-01-31 21:45:12 +01:00
.vim vim: use jinja for .hbs, its close enough 2024-01-03 14:51:37 +01:00
.zsh.d Copying yadm-managed dotfiles to dotfiles repo 2023-11-11 18:35:59 +01:00
.aws##user.ben fix more symlinks 2023-11-20 17:24:37 +01:00
.git-credentials ln -s 2023-11-24 13:34:49 +01:00
.gitconfig cleanup 2024-03-15 17:42:14 +01:00
.gitconfig.local##default Copying yadm-managed dotfiles to dotfiles repo 2023-11-11 18:35:59 +01:00
.gitconfig.local##user.benedikt.kristinsson Copying yadm-managed dotfiles to dotfiles repo 2023-11-11 18:35:59 +01:00
.gitignore gh: open draft pr 2024-04-19 16:49:18 +02:00
.tmux.conf Copying yadm-managed dotfiles to dotfiles repo 2023-11-11 18:35:59 +01:00
.vimrc vim: hide terraform related lockfiles and stuff in netrw 2024-04-11 15:26:33 +02:00
.vuescan##user.ben fix vuescan symlinks 2023-11-20 17:25:52 +01:00
.vuescanrc##user.ben fix vuescan symlinks 2023-11-20 17:25:52 +01:00
.zshrc zsh: curl hide progress but show errors 2024-04-17 14:16:59 +02:00
Jenkinsfile Copying yadm-managed dotfiles to dotfiles repo 2023-11-11 18:35:59 +01:00
LICENSE Copying yadm-managed dotfiles to dotfiles repo 2023-11-11 18:35:59 +01:00
README.md fix repo name in README 2023-11-20 15:28:11 +01:00

README.md

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