diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce77f0a..e325d29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,8 @@ 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/ + ^https://www.gnu.org/ diff --git a/_data/inspiration.yml b/_data/inspiration.yml index da86ca4..0fb28c0 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 @@ -498,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 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 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.