Go to file
ben 34300679d2
ben/dotfiles/pipeline/head This commit looks good Details
vim: hide file explore banner
2024-03-28 18:56:57 +01:00
.cargo unbreaking cargo 2023-12-31 10:03:55 +01:00
.config yadm: create .cache/vim dirs 2024-03-28 18:40:33 +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 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 private alias 2024-01-17 23:20:19 +01:00
.tmux.conf Copying yadm-managed dotfiles to dotfiles repo 2023-11-11 18:35:59 +01:00
.vimrc vim: hide file explore banner 2024-03-28 18:56:57 +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: default to non-interactive hatch output, much more pleasant 2024-03-01 15:54:14 +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 fix repo name in README 2023-11-20 15:28:11 +01:00
vimrc-old trimmed .vimrc 2023-11-18 01:44:54 +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