eget/README.md

31 lines
638 B
Markdown
Raw Normal View History

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
~/bin/eget BurntSushi/ripgrep
~/bin/eget junegunn/fzf
~/bin/eget sharkdp/fd
~/bin/eget sharkdp/bat
~/bin/eget sharkdp/hyperfine
~/bin/eget dbrgn/tealdeer
~/bin/eget jgm/pandoc
```