Compare commits

..

No commits in common. "689e3db1cc53e3b8d4f39cafd8f053b0ae3584cb" and "754a2beba527ae9b78f03c45210637fd174e5519" have entirely different histories.

2 changed files with 10 additions and 4 deletions

View File

@ -19,7 +19,6 @@ curl -o ~/.eget.toml https://git.246060.ru/f1x1t/eget-config/raw/branch/master/e
~/bin/eget tj/git-extras
~/bin/eget paulirish/git-open
~/bin/eget jesseduffield/lazygit
~/bin/eget jesseduffield/lazydocker
~/bin/eget BurntSushi/ripgrep
~/bin/eget junegunn/fzf
~/bin/eget sharkdp/fd

View File

@ -6,15 +6,15 @@
show_hash = true
target = "~/bin"
["paulirish/git-open"]
download_source = true
["tj/git-extras"]
tag = "6.5.0"
all = true
download_source = true
file = "tj*/bin/*"
["paulirish/git-open"]
download_source = true
["sharkdp/fd"]
asset_filters = [ "linux-gnu" ]
@ -24,7 +24,14 @@
["sharkdp/hyperfine"]
asset_filters = [ "linux-gnu" ]
["BurntSushi/ripgrep"]
target = "~/bin/rg"
["dbrgn/tealdeer"]
target = "~/bin/tldr"
["yt-dlp/yt-dlp"]
target = "~/bin/youtube-dl"
asset_filters = [ "yt-dlp_linux" ]
["dundee/gdu"]