We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473e41f commit c7d6bc0Copy full SHA for c7d6bc0
1 file changed
scripts/macos/setup_env.sh
@@ -45,6 +45,7 @@ apps=(
45
"thefuck" # Programmatically correct last mistyped console command
46
"node" # cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts
47
"pandoc" # Swiss-army knife of markup format conversion.
48
+ "typst" # Required to convert md to pdf using pandoc. https://typst.app/
49
"llm" # A CLI utility and Python library for interacting with Large Language Models. https://llm.datasette.io/en/stable/index.html
50
"lnav" # A robust log colorizer to tail logs: tail -f your_log_file.log | ccze -A
51
#"hugo" # Configurable fastest static site generator
0 commit comments