Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
11 changes: 0 additions & 11 deletions _data/inspiration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _data/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ start to add 3<sup>rd</sup> 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.

Expand Down
Loading