Обновление документации
This commit is contained in:
parent
504001a84a
commit
588d243bc8
36
README.md
36
README.md
@ -4,7 +4,7 @@
|
||||
|
||||
```sh
|
||||
sudo apt install curl
|
||||
mkdir ~/.local/bin && cd ~/.local/bin && curl https://zyedidia.github.io/eget.sh | sh
|
||||
mkdir -p ~/.local/bin && cd ~/.local/bin && curl https://zyedidia.github.io/eget.sh | sh
|
||||
```
|
||||
|
||||
# Настройка Eget
|
||||
@ -16,21 +16,23 @@ 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
|
||||
PROGRAMS=(
|
||||
tj/git-extras
|
||||
paulirish/git-open
|
||||
jesseduffield/lazygit
|
||||
jesseduffield/lazydocker
|
||||
BurntSushi/ripgrep
|
||||
junegunn/fzf
|
||||
sharkdp/fd
|
||||
sharkdp/bat
|
||||
sharkdp/hyperfine
|
||||
dbrgn/tealdeer
|
||||
denisidoro/navi
|
||||
jgm/pandoc
|
||||
yt-dlp/yt-dlp
|
||||
dundee/gdu
|
||||
dandavison/delta
|
||||
albfan/bash-ini-parser
|
||||
); for p in $PROGRAMS; do ~/.local/bin/eget $p; done
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user