Compare commits
18 Commits
5f09e6de02
...
master
Author | SHA1 | Date | |
---|---|---|---|
be7da8a1bb | |||
6faeaf3b72 | |||
588d243bc8 | |||
504001a84a | |||
cd8adbd34c | |||
3c53022e34 | |||
e68db8ff99 | |||
b361db4a6e | |||
689e3db1cc | |||
bab0b2d74f | |||
754a2beba5 | |||
e9d1a38ba1 | |||
47e736fbd5 | |||
25c097d4c3 | |||
4600955169 | |||
240401399e | |||
63d9887d83 | |||
fcdc589e4b |
36
README.md
Normal file
36
README.md
Normal file
@ -0,0 +1,36 @@
|
||||
# Eget: установка программ из архивов
|
||||
|
||||
# Установка Eget
|
||||
|
||||
```sh
|
||||
sudo apt install curl
|
||||
mkdir -p ~/.local/bin && cd ~/.local/bin && curl https://zyedidia.github.io/eget.sh | sh
|
||||
```
|
||||
|
||||
# Настройка Eget
|
||||
|
||||
```sh
|
||||
curl -o ~/.eget.toml https://git.246060.ru/config/eget/raw/branch/master/eget.toml
|
||||
```
|
||||
|
||||
# Установка программ
|
||||
|
||||
```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
|
||||
```
|
||||
|
34
eget.toml
34
eget.toml
@ -4,7 +4,10 @@
|
||||
[global]
|
||||
quiet = false
|
||||
show_hash = true
|
||||
target = "~/bin"
|
||||
target = "~/.local/bin"
|
||||
|
||||
["paulirish/git-open"]
|
||||
download_source = true
|
||||
|
||||
["tj/git-extras"]
|
||||
tag = "6.5.0"
|
||||
@ -18,9 +21,30 @@
|
||||
["sharkdp/bat"]
|
||||
asset_filters = [ "linux-gnu" ]
|
||||
|
||||
["BurntSushi/ripgrep"]
|
||||
target = "~/bin/rg"
|
||||
["sharkdp/hyperfine"]
|
||||
asset_filters = [ "linux-gnu" ]
|
||||
|
||||
["dbrgn/tealdeer"]
|
||||
target = "~/bin/tldr"
|
||||
["yt-dlp/yt-dlp"]
|
||||
asset_filters = [ "yt-dlp_linux" ]
|
||||
|
||||
["dundee/gdu"]
|
||||
asset_filters = [ "gdu_linux_amd64_static" ]
|
||||
target = "~/.local/bin/gdu"
|
||||
|
||||
["dandavison/delta"]
|
||||
asset_filters = [ "unknown-linux-gnu" ]
|
||||
|
||||
["romkatv/zsh-bin"]
|
||||
asset_filters = [ "linux-x86_64.tar.gz" ]
|
||||
|
||||
["albfan/bash-ini-parser"]
|
||||
download_source = true
|
||||
|
||||
["ClementTsang/bottom"]
|
||||
file = "btm"
|
||||
asset_filters = [ "linux-musl.tar.gz" ]
|
||||
|
||||
["jameslittle230/stork"]
|
||||
file = "stork"
|
||||
asset_filters = [ "stork-ubuntu-22-04" ]
|
||||
|
||||
|
Reference in New Issue
Block a user