diff --git a/.envrc b/.envrc index 2fbb7ed..23f0583 100644 --- a/.envrc +++ b/.envrc @@ -36,11 +36,11 @@ if (! test -f "$obin/nostromo"); then fi if (! test -f "$obin/aim"); then - eget https://github.com/mihaigalos/aim/ --to ${obin} + eget https://github.com/mihaigalos/aim/ --asset="gnu" --to ${obin} fi if (! test -f "$obin/bb"); then - eget https://github.com/babashka/babashka/ --to ${obin} + eget https://github.com/babashka/babashka/ --asset="static.tar.gz" --to ${obin} fi if (! test -f "$obin/neko"); then @@ -52,15 +52,15 @@ if (! test -f "$obin/haxe"); then fi if (! test -f "$obin/rclone"); then - eget https://github.com/rclone/rclone --to ${obin} + eget https://github.com/rclone/rclone --asset=".zip" --to ${obin} fi if (! test -f "$obin/lefthook"); then - eget https://github.com/evilmartians/lefthook --to ${obin} + eget https://github.com/evilmartians/lefthook --asset=".tar.gz" --to ${obin} fi if (! test -f "$obin/xc"); then - eget https://github.com/joerdav/xc/ --to ${obin} + eget https://github.com/joerdav/xc/ --asset=".tar.gz" --to ${obin} fi if (! test -f "$obin/vagrant"); then diff --git a/.local/share/bertha/i/var/.eget.toml b/.local/share/bertha/i/var/.eget.toml new file mode 100644 index 0000000..e6f7889 --- /dev/null +++ b/.local/share/bertha/i/var/.eget.toml @@ -0,0 +1,5 @@ +[global] + quiet = true + +[rclone/rclone] + asset_filters = [".zip"] \ No newline at end of file