Compare commits

...

2 Commits

Author SHA1 Message Date
63d9887d83 Документация 2022-12-19 11:43:29 +03:00
fcdc589e4b Фильтр для hyperfine 2022-12-19 11:40:27 +03:00
2 changed files with 33 additions and 0 deletions

30
README.md Normal file
View 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
```

View File

@ -18,6 +18,9 @@
["sharkdp/bat"] ["sharkdp/bat"]
asset_filters = [ "linux-gnu" ] asset_filters = [ "linux-gnu" ]
["sharkdp/hyperfine"]
asset_filters = [ "linux-gnu" ]
["BurntSushi/ripgrep"] ["BurntSushi/ripgrep"]
target = "~/bin/rg" target = "~/bin/rg"