2025-10-11 11:53:50 +03:00
2025-10-11 11:53:50 +03:00
2025-10-11 11:53:50 +03:00

Eget: установка программ из архивов

Установка Eget

sudo apt install curl
mkdir -p ~/.local/bin && cd ~/.local/bin && curl https://zyedidia.github.io/eget.sh | sh

Настройка Eget

curl -o ~/.eget.toml https://git.246060.ru/config/eget/raw/branch/master/eget.toml

Установка программ

eget tj/git-extras
eget paulirish/git-open
eget jesseduffield/lazygit
eget jesseduffield/lazydocker
eget BurntSushi/ripgrep
eget junegunn/fzf
eget sharkdp/fd
eget sharkdp/bat
eget sharkdp/hyperfine
eget dbrgn/tealdeer
eget denisidoro/navi
eget jgm/pandoc
eget yt-dlp/yt-dlp
eget dundee/gdu
eget dandavison/delta
eget albfan/bash-ini-parser

Если определена переменная окружения EGET_CONFIG, то можно установить все перечисленные в файле настроек программы командой:

grep '\[".*\/.*"\]' $EGET_CONFIG | tr -d '[]"' | xargs -L 1 eget
Description
No description provided
Readme 35 KiB