Compare commits

..

No commits in common. "63d9887d8338b4bea9a27b073189210ec241884f" and "5f09e6de029ad176414b6a4f199add77734f0cc2" have entirely different histories.

2 changed files with 0 additions and 33 deletions

View File

@ -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
```

View File

@ -18,9 +18,6 @@
["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"