Go to file
ben 507269c93b
ben/dotfiles/pipeline/head This commit looks good Details
Homebrew: installed `homeassistant-cli`
2025-01-19 12:02:43 +01:00
.cargo cargo: aarch64 apple 2024-04-11 16:19:53 +02:00
.config bottom: adjust widget ratios 2025-01-18 21:14:28 +01: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 Homebrew: installed `homeassistant-cli` 2025-01-19 12:02:43 +01:00
.ssh ssh: *.c-base.org 2024-11-22 13:45:50 +01:00
.vim vim: use jinja for .hbs, its close enough 2024-01-03 14:51:37 +01:00
.zsh.d zsh: refactoring 2024-11-22 15:15:34 +01:00
.ansible.cfg ansible: always diff 2024-06-25 15:27:54 +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 git: set `credential.helper` 2025-01-10 17:48:03 +01:00
.gitconfig.local##default git: move default `user` section to `.gitconfig` override in `.gitconfig.local` where needed 2024-12-11 15:45:12 +01:00
.gitconfig.local##user.benedikt.kristinsson git: move `core.hooksPath` to `.gitconfig` file 2024-12-11 15:53:51 +01:00
.gitignore gitignore: rustic 2024-12-15 01:17:03 +01:00
.tmux.conf Copying yadm-managed dotfiles to dotfiles repo 2023-11-11 18:35:59 +01:00
.vimrc vim: use html for `.hbs` 2025-01-11 13:19:05 +01: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
.wgetrc wget 2025-01-12 11:10:33 +01:00
.zshrc zsh: remove `eza --header` 2025-01-14 11:00:55 +01:00
.zshrc2.sh zsh: remove `eza --header` 2025-01-14 11:00:55 +01: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 Moved to `yadm-dev` org on GitHub 2025-01-09 18:19:55 +01:00

README.md

dotfiles

Build Status version git github codeberg 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. 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.

Repository