feat(dfm): shfmt now run with cargo installed fd

This commit is contained in:
2023-09-19 09:03:08 +03:00
parent 50fc1ea279
commit b3445d7e7a
3 changed files with 5 additions and 14 deletions

View File

@@ -14,6 +14,8 @@ packages=(
"bkt"
# a structural diff that understands syntax
"difftastic"
# A simple, fast and user-friendly alternative to 'find'
"fd-find"
)
for pkg in "${packages[@]}"; do