Обновление

This commit is contained in:
2025-10-11 11:53:50 +03:00
parent be7da8a1bb
commit ae4f707d0d
2 changed files with 47 additions and 32 deletions

View File

@@ -16,21 +16,27 @@ curl -o ~/.eget.toml https://git.246060.ru/config/eget/raw/branch/master/eget.to
# Установка программ
```sh
~/.local/bin/eget tj/git-extras
~/.local/bin/eget paulirish/git-open
~/.local/bin/eget jesseduffield/lazygit
~/.local/bin/eget jesseduffield/lazydocker
~/.local/bin/eget BurntSushi/ripgrep
~/.local/bin/eget junegunn/fzf
~/.local/bin/eget sharkdp/fd
~/.local/bin/eget sharkdp/bat
~/.local/bin/eget sharkdp/hyperfine
~/.local/bin/eget dbrgn/tealdeer
~/.local/bin/eget denisidoro/navi
~/.local/bin/eget jgm/pandoc
~/.local/bin/eget yt-dlp/yt-dlp
~/.local/bin/eget dundee/gdu
~/.local/bin/eget dandavison/delta
~/.local/bin/eget albfan/bash-ini-parser
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`, то можно установить все
перечисленные в файле настроек программы командой:
```sh
grep '\[".*\/.*"\]' $EGET_CONFIG | tr -d '[]"' | xargs -L 1 eget
```