Go to file
ben a6d297b51b
ben/dotfiles/pipeline/head This commit looks good Details
wezterm: l key
2024-05-06 12:52:36 +02:00
.cargo cargo: aarch64 apple 2024-04-11 16:19:53 +02:00
.config wezterm: l key 2024-05-06 12:52:36 +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 script 2024-05-05 16:21:33 +02: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
.ansible.cfg add ansible.cfg file 2024-05-02 20:04:22 +02: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 wezterm: short config with pleasant colors and useful keybindings 2024-05-03 21:48:06 +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: redirect this to /dev/null 2024-05-03 22:05:47 +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 more formatting 2024-05-03 22:53:47 +02:00

README.md

dotfiles

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

Here are Ben's dotfiles.

Leaf Dark

Overview

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

Repository