diff options
| -rw-r--r-- | files/.eget.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/.eget.toml b/files/.eget.toml index 57a9d39..f56b6e9 100644 --- a/files/.eget.toml +++ b/files/.eget.toml @@ -10,6 +10,9 @@ upgrade_only = true asset_filters = [ "nnn-nerd-static" ] target = "~/.local/bin/nnn" +# ShellCheck, a static analysis tool for shell scripts +["koalaman/shellcheck"] + # A shell parser, formatter, and interpreter with bash support; includes shfmt ["mvdan/sh"] target = "~/.local/bin/shfmt" |
