Обновление
This commit is contained in:
38
README.md
38
README.md
@@ -16,21 +16,27 @@ curl -o ~/.eget.toml https://git.246060.ru/config/eget/raw/branch/master/eget.to
|
|||||||
# Установка программ
|
# Установка программ
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
~/.local/bin/eget tj/git-extras
|
eget tj/git-extras
|
||||||
~/.local/bin/eget paulirish/git-open
|
eget paulirish/git-open
|
||||||
~/.local/bin/eget jesseduffield/lazygit
|
eget jesseduffield/lazygit
|
||||||
~/.local/bin/eget jesseduffield/lazydocker
|
eget jesseduffield/lazydocker
|
||||||
~/.local/bin/eget BurntSushi/ripgrep
|
eget BurntSushi/ripgrep
|
||||||
~/.local/bin/eget junegunn/fzf
|
eget junegunn/fzf
|
||||||
~/.local/bin/eget sharkdp/fd
|
eget sharkdp/fd
|
||||||
~/.local/bin/eget sharkdp/bat
|
eget sharkdp/bat
|
||||||
~/.local/bin/eget sharkdp/hyperfine
|
eget sharkdp/hyperfine
|
||||||
~/.local/bin/eget dbrgn/tealdeer
|
eget dbrgn/tealdeer
|
||||||
~/.local/bin/eget denisidoro/navi
|
eget denisidoro/navi
|
||||||
~/.local/bin/eget jgm/pandoc
|
eget jgm/pandoc
|
||||||
~/.local/bin/eget yt-dlp/yt-dlp
|
eget yt-dlp/yt-dlp
|
||||||
~/.local/bin/eget dundee/gdu
|
eget dundee/gdu
|
||||||
~/.local/bin/eget dandavison/delta
|
eget dandavison/delta
|
||||||
~/.local/bin/eget albfan/bash-ini-parser
|
eget albfan/bash-ini-parser
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Если определена переменная окружения `EGET_CONFIG`, то можно установить все
|
||||||
|
перечисленные в файле настроек программы командой:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
grep '\[".*\/.*"\]' $EGET_CONFIG | tr -d '[]"' | xargs -L 1 eget
|
||||||
|
```
|
||||||
|
41
eget.toml
41
eget.toml
@@ -4,16 +4,33 @@
|
|||||||
[global]
|
[global]
|
||||||
quiet = false
|
quiet = false
|
||||||
show_hash = true
|
show_hash = true
|
||||||
target = "~/.local/bin"
|
target = "~/.cache/eget"
|
||||||
|
|
||||||
|
["telegramdesktop/tdesktop"]
|
||||||
|
file = "Telegram/Telegram"
|
||||||
|
asset_filters = [ "tsetup", "tar.xz" ]
|
||||||
|
target = "~/.cache/eget/telegram"
|
||||||
|
|
||||||
|
["badmannersteam/murglar-downloads"]
|
||||||
|
asset_filters = [ "all-platforms" ]
|
||||||
|
target = "~/.cache/eget/murglar.jar"
|
||||||
|
|
||||||
|
["dundee/gdu"]
|
||||||
|
asset_filters = [ "gdu_linux_amd64_static" ]
|
||||||
|
target = "~/.cache/eget/gdu"
|
||||||
|
|
||||||
|
["BtbN/FFmpeg-Builds"]
|
||||||
|
asset_filters = [ "linux64-gpl-8.0" ]
|
||||||
|
file = "ffmpeg"
|
||||||
|
|
||||||
["paulirish/git-open"]
|
["paulirish/git-open"]
|
||||||
download_source = true
|
download_source = true
|
||||||
|
|
||||||
["tj/git-extras"]
|
#["tj/git-extras"]
|
||||||
tag = "6.5.0"
|
# tag = "6.5.0"
|
||||||
all = true
|
# all = true
|
||||||
download_source = true
|
# download_source = true
|
||||||
file = "tj*/bin/*"
|
# file = "tj*/bin/*"
|
||||||
|
|
||||||
["sharkdp/fd"]
|
["sharkdp/fd"]
|
||||||
asset_filters = [ "linux-gnu" ]
|
asset_filters = [ "linux-gnu" ]
|
||||||
@@ -27,24 +44,16 @@
|
|||||||
["yt-dlp/yt-dlp"]
|
["yt-dlp/yt-dlp"]
|
||||||
asset_filters = [ "yt-dlp_linux" ]
|
asset_filters = [ "yt-dlp_linux" ]
|
||||||
|
|
||||||
["dundee/gdu"]
|
|
||||||
asset_filters = [ "gdu_linux_amd64_static" ]
|
|
||||||
target = "~/.local/bin/gdu"
|
|
||||||
|
|
||||||
["dandavison/delta"]
|
["dandavison/delta"]
|
||||||
asset_filters = [ "unknown-linux-gnu" ]
|
asset_filters = [ "unknown-linux-gnu" ]
|
||||||
|
|
||||||
["romkatv/zsh-bin"]
|
|
||||||
asset_filters = [ "linux-x86_64.tar.gz" ]
|
|
||||||
|
|
||||||
["albfan/bash-ini-parser"]
|
["albfan/bash-ini-parser"]
|
||||||
download_source = true
|
download_source = true
|
||||||
|
|
||||||
["ClementTsang/bottom"]
|
["ClementTsang/bottom"]
|
||||||
file = "btm"
|
|
||||||
asset_filters = [ "linux-musl.tar.gz" ]
|
asset_filters = [ "linux-musl.tar.gz" ]
|
||||||
|
file = "btm"
|
||||||
|
|
||||||
["jameslittle230/stork"]
|
["jameslittle230/stork"]
|
||||||
file = "stork"
|
|
||||||
asset_filters = [ "stork-ubuntu-22-04" ]
|
asset_filters = [ "stork-ubuntu-22-04" ]
|
||||||
|
file = "stork"
|
||||||
|
Reference in New Issue
Block a user