From 5148e380e4946d141d53e797b348915b91bd87ba Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Tue, 19 Nov 2024 14:27:30 -0500 Subject: [PATCH] update cli tools --- install-cli-tools.sh | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/install-cli-tools.sh b/install-cli-tools.sh index 0e8981b..48a57c3 100755 --- a/install-cli-tools.sh +++ b/install-cli-tools.sh @@ -55,7 +55,6 @@ has_bin "dnsproxy" || nix profile install nixpkgs#dnsproxy has_bin "dust" || nix profile install nixpkgs#du-dust has_bin "eza" || nix profile install nixpkgs#eza has_bin "fd" || nix profile install nixpkgs#fd -has_bin "flake-checker" || nix profile install github:DeterminateSystems/flake-checker has_bin "flamegraph" || nix profile install nixpkgs#flamegraph has_bin "fx" || nix profile install nixpkgs#fx has_bin "fzf" || nix profile install nixpkgs#fzf @@ -66,7 +65,7 @@ has_bin "grep" || nix profile install nixpkgs#gnugrep has_bin "grex" || nix profile install nixpkgs#grex has_bin "gron" || nix profile install nixpkgs#gron has_bin "gum" || nix profile install nixpkgs#gum -has_bin "helix" || nix profile install nixpkgs#helix +has_bin "hx" || nix profile install nixpkgs#helix has_bin "hexyl" || nix profile install nixpkgs#hexyl has_bin "htop" || nix profile install nixpkgs#htop has_bin "httpie" || nix profile install nixpkgs#httpie @@ -81,13 +80,12 @@ has_bin "just" || nix profile install nixpkgs#just has_bin "kibi" || nix profile install nixpkgs#kibi has_bin "kondo" || nix profile install nixpkgs#kondo has_bin "kubie" || nix profile install nixpkgs#kubie -has_bin "llama" || nix profile install nixpkgs#llama +has_bin "lls" || nix profile install nixpkgs#lls has_bin "mdbook" || nix profile install nixpkgs#mdbook has_bin "mosh" || nix profile install nixpkgs#mosh -has_bin "nix-bisect" || nix profile install nixpkgs#nix-bisect -# fails for some odd reason at the moment -#has_bin "nix-doc" || nix profile install nixpkgs#nix-doc -command -v "nix-doc" >/dev/null || cargo install nix-doc +has_bin "bisect-env" || nix profile install nixpkgs#nix-bisect +has_bin "nix-doc" || nix profile install nixpkgs#nix-doc +# command -v "nix-doc" >/dev/null || cargo install nix-doc has_bin "nix-init" || nix profile install nixpkgs#nix-init has_bin "nix-search" || nix profile install github:peterldowns/nix-search-cli --refresh has_bin "nurl" || nix profile install nixpkgs#nurl @@ -105,18 +103,17 @@ has_bin "spacer" || nix profile install nixpkgs#spacer has_bin "starship" || nix profile install nixpkgs#starship has_bin "tig" || nix profile install nixpkgs#tig has_bin "tldr" || nix profile install nixpkgs#tealdeer +has_bin "tinymist" || nix profile install nixpkgs#tinymist has_bin "tokei" || nix profile install nixpkgs#tokei has_bin "typst" || nix profile install nixpkgs#typst -has_bin "typstfmt" || nix profile install nixpkgs#typstfmt -has_bin "typst-lsp" || nix profile install nixpkgs#typst-lsp has_bin "typst-live" || nix profile install nixpkgs#typst-live -has_bin "typst-preview" || nix profile install nixpkgs#typst-preview has_bin "upterm" || nix profile install nixpkgs#upterm has_bin "vim" || nix profile install nixpkgs#vim has_bin "watchexec" || nix profile install nixpkgs#watchexec has_bin "xcp" || nix profile install nixpkgs#xcp has_bin "xh" || nix profile install nixpkgs#xh has_bin "xsv" || nix profile install nixpkgs#xsv +has_bin "yazi" || nix profile install nixpkgs#yazi has_bin "zenith" || nix profile install nixpkgs#zenith has_bin "zola" || nix profile install nixpkgs#zola has_bin "zoxide" || nix profile install nixpkgs#zoxide