From 75f1ae819986a8e0766c17958b725b0e17940519 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Sun, 4 Feb 2024 23:10:48 -0500 Subject: [PATCH] install typst and related through nix --- install-cli-tools.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install-cli-tools.sh b/install-cli-tools.sh index c79b453..6b9149a 100755 --- a/install-cli-tools.sh +++ b/install-cli-tools.sh @@ -109,6 +109,11 @@ has_bin "terminal-notifier" || nix profile install nixpkgs#terminal-notifier has_bin "tig" || nix profile install nixpkgs#tig has_bin "tldr" || nix profile install nixpkgs#tealdeer 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