Compare commits
16 Commits
63d9887d83
...
master
Author | SHA1 | Date | |
---|---|---|---|
be7da8a1bb | |||
6faeaf3b72 | |||
588d243bc8 | |||
504001a84a | |||
cd8adbd34c | |||
3c53022e34 | |||
e68db8ff99 | |||
b361db4a6e | |||
689e3db1cc | |||
bab0b2d74f | |||
754a2beba5 | |||
e9d1a38ba1 | |||
47e736fbd5 | |||
25c097d4c3 | |||
4600955169 | |||
240401399e |
30
README.md
30
README.md
@ -4,27 +4,33 @@
|
||||
|
||||
```sh
|
||||
sudo apt install curl
|
||||
mkdir ~/bin && cd ~/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
|
||||
|
||||
```sh
|
||||
curl -o ~/.eget.toml https://git.246060.ru/f1x1t/eget-config/raw/branch/master/eget.toml
|
||||
curl -o ~/.eget.toml https://git.246060.ru/config/eget/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
|
||||
~/.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
|
||||
```
|
||||
|
||||
|
31
eget.toml
31
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"
|
||||
@ -21,9 +24,27 @@
|
||||
["sharkdp/hyperfine"]
|
||||
asset_filters = [ "linux-gnu" ]
|
||||
|
||||
["BurntSushi/ripgrep"]
|
||||
target = "~/bin/rg"
|
||||
["yt-dlp/yt-dlp"]
|
||||
asset_filters = [ "yt-dlp_linux" ]
|
||||
|
||||
["dbrgn/tealdeer"]
|
||||
target = "~/bin/tldr"
|
||||
["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