From 5f09e6de029ad176414b6a4f199add77734f0cc2 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 19 Dec 2022 11:29:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=87=D0=B0=D0=BB=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eget.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 eget.toml diff --git a/eget.toml b/eget.toml new file mode 100644 index 0000000..c6c2ff6 --- /dev/null +++ b/eget.toml @@ -0,0 +1,26 @@ +### +# Внимание: для названий секций и строковых параметров кавычки обязательны +### +[global] + quiet = false + show_hash = true + target = "~/bin" + +["tj/git-extras"] + tag = "6.5.0" + all = true + download_source = true + file = "tj*/bin/*" + +["sharkdp/fd"] + asset_filters = [ "linux-gnu" ] + +["sharkdp/bat"] + asset_filters = [ "linux-gnu" ] + +["BurntSushi/ripgrep"] + target = "~/bin/rg" + +["dbrgn/tealdeer"] + target = "~/bin/tldr" +