Go to file
ben 44c6a3d63d
ben/dotfiles/pipeline/head This commit looks good Details
use `~/.local/share/private`
2024-12-15 13:25:55 +01:00
.cargo cargo: aarch64 apple 2024-04-11 16:19:53 +02:00
.config rustic: path on Mac OS 2024-12-15 01:43:21 +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 use `~/.local/share/private` 2024-12-15 13:25:55 +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: `core.pager` to use `cat` 2024-12-12 23:50:15 +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: there is a `gitconfig` filetype 2024-12-11 15:25:09 +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
.zshrc zsh: remove `rm` 2024-12-12 14:27:01 +01:00
.zshrc2.sh zsh: remove `rm` 2024-12-12 14:27:01 +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 Clean up `clone.sh` 2024-12-11 01:08:54 +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/TheLocehiliosan/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