Skip to content

baggiponte/scripts

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages