2022-12-19 08:43:29 +00:00
|
|
|
# Eget: установка программ из архивов
|
|
|
|
|
|
|
|
# Установка Eget
|
|
|
|
|
|
|
|
```sh
|
|
|
|
sudo apt install curl
|
|
|
|
mkdir ~/bin && cd ~/bin && curl https://zyedidia.github.io/eget.sh | sh
|
|
|
|
```
|
|
|
|
|
|
|
|
# Настройка Eget
|
|
|
|
|
|
|
|
```sh
|
|
|
|
curl -o ~/.eget.toml https://git.246060.ru/f1x1t/eget-config/raw/branch/master/eget.toml
|
|
|
|
```
|
|
|
|
|
|
|
|
# Установка программ
|
|
|
|
|
|
|
|
```sh
|
|
|
|
~/bin/eget tj/git-extras
|
|
|
|
~/bin/eget paulirish/git-open
|
|
|
|
~/bin/eget jesseduffield/lazygit
|
2022-12-19 14:53:49 +00:00
|
|
|
~/bin/eget jesseduffield/lazydocker
|
2022-12-19 08:43:29 +00:00
|
|
|
~/bin/eget BurntSushi/ripgrep
|
|
|
|
~/bin/eget junegunn/fzf
|
|
|
|
~/bin/eget sharkdp/fd
|
|
|
|
~/bin/eget sharkdp/bat
|
|
|
|
~/bin/eget sharkdp/hyperfine
|
|
|
|
~/bin/eget dbrgn/tealdeer
|
2022-12-19 08:50:01 +00:00
|
|
|
~/bin/eget denisidoro/navi
|
2022-12-19 08:43:29 +00:00
|
|
|
~/bin/eget jgm/pandoc
|
2022-12-19 10:23:47 +00:00
|
|
|
~/bin/eget yt-dlp/yt-dlp
|
|
|
|
~/bin/eget dundee/gdu
|
2022-12-19 11:11:02 +00:00
|
|
|
~/bin/eget dandavison/delta
|
2022-12-19 08:43:29 +00:00
|
|
|
```
|
|
|
|
|