eget/README.md

37 lines
930 B
Markdown
Raw Normal View History

2022-12-19 08:43:29 +00:00
# Eget: установка программ из архивов
# Установка Eget
```sh
sudo apt install curl
2022-12-20 06:32:31 +00:00
mkdir ~/.local/bin && cd ~/.local/bin && curl https://zyedidia.github.io/eget.sh | sh
2022-12-19 08:43:29 +00:00
```
# Настройка Eget
```sh
2022-12-20 06:32:31 +00:00
curl -o ~/.eget.toml https://git.246060.ru/config/eget/raw/branch/master/eget.toml
2022-12-19 08:43:29 +00:00
```
# Установка программ
```sh
2022-12-20 06:32:31 +00:00
~/.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
2022-12-20 08:33:40 +00:00
~/.local/bin/eget albfan/bash-ini-parser
2022-12-19 08:43:29 +00:00
```