From 26d6e10a0984437ad2277f2e73116688d5383fe5 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 24 Jun 2026 07:19:07 -0600 Subject: [PATCH 1/6] Remove https://github.com/volny/dotconfig https://github.com/volny/dotconfig is 404, remove Signed-off-by: Joe Block --- _data/inspiration.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/_data/inspiration.yml b/_data/inspiration.yml index da86ca4..4196731 100644 --- a/_data/inspiration.yml +++ b/_data/inspiration.yml @@ -144,12 +144,6 @@ workflows for safer changes. stars: 569 url: https://github.com/eoli3n/dotfiles -- forks: 5 - name: Felix Volny - notes: is a one-script install to setup a complete JavaScript development environment - on MacOS, including tmux, neovim, ZSH, and iterm2 configuration. - stars: 32 - url: https://github.com/volny/dotconfig - forks: 9 name: Huy Vo notes: is a lightweight yet powerful dotfiles for MacOS users. It uses GNU Stow From deeb1379bab2376950faf128f25b5b8ec56bdaab Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 24 Jun 2026 07:20:36 -0600 Subject: [PATCH 2/6] https://codeberg.org/benja2998/dotfiles is 403 https://codeberg.org/benja2998/dotfiles is 403 during verification, remove Signed-off-by: Joe Block --- _data/inspiration.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_data/inspiration.yml b/_data/inspiration.yml index 4196731..0fb28c0 100644 --- a/_data/inspiration.yml +++ b/_data/inspiration.yml @@ -492,11 +492,6 @@ notes: with an accent on tiling WMs/(Free)BSD, managed with [DFS](https://github.com/charlesrocket/dfs). stars: 21 url: https://github.com/charlesrocket/dotfiles -- forks: 0 - name: benja2998 - notes: Dotfiles for Linux - stars: 1 - url: https://codeberg.org/benja2998/dotfiles - forks: 1 name: yulonglin notes: Actively maintained dotfiles for macOS, Linux, and cloud GPU environments From d48e4f43abcd97cde76d5b2bba9530ae74f4d685 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 24 Jun 2026 07:22:13 -0600 Subject: [PATCH 3/6] Update subtree link Update subtree link Signed-off-by: Joe Block --- tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips.md b/tips.md index aaba9da..6c0b0f0 100644 --- a/tips.md +++ b/tips.md @@ -18,7 +18,7 @@ start to add 3rd party frameworks, scripts, and plugins. Submodules m managing dotfile dependencies so much easier. If you get fed up with submodules, many people prefer -[git-subtree](https://github.com/git/git/blob/master/contrib/subtree/git-subtree.txt), +[git-subtree](https://github.com/git/git/blob/master/contrib/subtree/git-subtree.adoc), which lets you merge subtrees (other repositories) into one Git repository, and later split and push changes back out. From ec698bbcf771a17afadba5a06c74e1c90c68b1a4 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 24 Jun 2026 07:24:22 -0600 Subject: [PATCH 4/6] Update using-git-and-github-to-manage-your-dotfiles link Update using-git-and-github-to-manage-your-dotfiles link Signed-off-by: Joe Block --- _data/tutorials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/tutorials.yml b/_data/tutorials.yml index dbdea4b..cb149bb 100644 --- a/_data/tutorials.yml +++ b/_data/tutorials.yml @@ -22,7 +22,7 @@ - author: Michael J. Smalley description: > Michael J. Smalley wrote a [popular blog - post](http://blog.smalleycreative.com/tutorials/using-git-and-github-to-manage-your-dotfiles/) + post](https://blog.smalleycreative.com/using-git-and-github-to-manage-your-dotfiles/) with an associated [git repo](https://github.com/michaeljsmalley/dotfiles) that includes a dotfiles installer script. - author: Rosco Kalis From 1a34a4cec041fa0bf29538bc6018f88f6dfe87df Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 24 Jun 2026 07:35:39 -0600 Subject: [PATCH 5/6] Ignore https://www.gnu.org/software/stow Ignore https://www.gnu.org/software/stow - it's unreachable during link verification Signed-off-by: Joe Block --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce77f0a..1f5cd1c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,7 @@ jobs: {"https://github.com": "${{ secrets.GITHUB_TOKEN }}"} ignore_url: | https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository + https://www.gnu.org/software/stow ignore_url_re: | ^https://twitter.com/ ^https://reddit.com/ From 84f56e694b2a95a0ddcd9ceaac2dfdb6d7a58494 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 24 Jun 2026 07:42:08 -0600 Subject: [PATCH 6/6] gnu.org is a pain in the ass gnu.org is a pain in the ass Signed-off-by: Joe Block --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f5cd1c..e325d29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,3 +37,4 @@ jobs: ignore_url_re: | ^https://twitter.com/ ^https://reddit.com/ + ^https://www.gnu.org/