Compare commits

...

14 Commits

2 changed files with 44 additions and 21 deletions

View File

@ -4,28 +4,33 @@
```sh ```sh
sudo apt install curl 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 # Настройка Eget
```sh ```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 ```sh
~/bin/eget tj/git-extras ~/.local/bin/eget tj/git-extras
~/bin/eget paulirish/git-open ~/.local/bin/eget paulirish/git-open
~/bin/eget jesseduffield/lazygit ~/.local/bin/eget jesseduffield/lazygit
~/bin/eget BurntSushi/ripgrep ~/.local/bin/eget jesseduffield/lazydocker
~/bin/eget junegunn/fzf ~/.local/bin/eget BurntSushi/ripgrep
~/bin/eget sharkdp/fd ~/.local/bin/eget junegunn/fzf
~/bin/eget sharkdp/bat ~/.local/bin/eget sharkdp/fd
~/bin/eget sharkdp/hyperfine ~/.local/bin/eget sharkdp/bat
~/bin/eget dbrgn/tealdeer ~/.local/bin/eget sharkdp/hyperfine
~/bin/eget denisidoro/navi ~/.local/bin/eget dbrgn/tealdeer
~/bin/eget jgm/pandoc ~/.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
``` ```

View File

@ -4,7 +4,10 @@
[global] [global]
quiet = false quiet = false
show_hash = true show_hash = true
target = "~/bin" target = "~/.local/bin"
["paulirish/git-open"]
download_source = true
["tj/git-extras"] ["tj/git-extras"]
tag = "6.5.0" tag = "6.5.0"
@ -21,12 +24,27 @@
["sharkdp/hyperfine"] ["sharkdp/hyperfine"]
asset_filters = [ "linux-gnu" ] asset_filters = [ "linux-gnu" ]
["BurntSushi/ripgrep"]
target = "~/bin/rg"
["dbrgn/tealdeer"]
target = "~/bin/tldr"
["yt-dlp/yt-dlp"] ["yt-dlp/yt-dlp"]
target = "~/bin/youtube-dl"
asset_filters = [ "yt-dlp_linux" ] 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" ]