Compare commits
No commits in common. "63d9887d8338b4bea9a27b073189210ec241884f" and "5f09e6de029ad176414b6a4f199add77734f0cc2" have entirely different histories.
63d9887d83
...
5f09e6de02
30
README.md
30
README.md
@ -1,30 +0,0 @@
|
||||
# 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