Документация
This commit is contained in:
parent
fcdc589e4b
commit
63d9887d83
30
README.md
Normal file
30
README.md
Normal file
@ -0,0 +1,30 @@
|
||||
# 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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user