Skip to content

Commit c7d6bc0

Browse files
committed
install typst which is required for pandoc to convert markdown to PDF
1 parent 473e41f commit c7d6bc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/macos/setup_env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ apps=(
4545
"thefuck" # Programmatically correct last mistyped console command
4646
"node" # cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts
4747
"pandoc" # Swiss-army knife of markup format conversion.
48+
"typst" # Required to convert md to pdf using pandoc. https://typst.app/
4849
"llm" # A CLI utility and Python library for interacting with Large Language Models. https://llm.datasette.io/en/stable/index.html
4950
"lnav" # A robust log colorizer to tail logs: tail -f your_log_file.log | ccze -A
5051
#"hugo" # Configurable fastest static site generator

0 commit comments

Comments
 (0)