Scripts Scripts that grew out of my dotfiles. 🧹 Chores Update the .gitignore Run this with fd fd --type=symlink --no-ignore > .gitignore If you don't have fd installed, you can use find instead. find * -type l > .gitignore