From 58770d4090dffff5428276d22aeea3d733c65608 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Wed, 14 Feb 2024 00:54:25 +0700 Subject: [PATCH] chore: add yazi to replace nnn https://github.com/sxyazi/yazi --- scripts/cargo.sh | 2 +- scripts/cargo_force.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cargo.sh b/scripts/cargo.sh index d0ead64..7fe6f00 100755 --- a/scripts/cargo.sh +++ b/scripts/cargo.sh @@ -6,7 +6,7 @@ cargo install --quiet --locked \ fd-find bat git-delta eza sd tealdeer \ difftastic vivid zellij zoxide atuin \ fnm stylua taplo-cli \ - pfetch pokeget \ + pfetch yazi-fm pokeget \ daktilo kbt cargo install --quiet --locked ripgrep --features 'pcre2' diff --git a/scripts/cargo_force.sh b/scripts/cargo_force.sh index bfa3d87..3a6ac7b 100755 --- a/scripts/cargo_force.sh +++ b/scripts/cargo_force.sh @@ -4,7 +4,7 @@ cargo install --quiet --force --locked \ fd-find bat git-delta eza sd tealdeer \ difftastic vivid zellij zoxide atuin \ fnm stylua taplo-cli \ - pfetch pokeget \ + pfetch yazi-fm pokeget \ daktilo kbt cargo install --quiet --force --locked ripgrep --features 'pcre2'