Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

typst-community/scoop-bucket

Repository files navigation

typst-community/scoop-bucket

Tests Excavator

This is a bucket for Scoop, the Windows command-line installer.

This bucket contains various unofficial Typst tools, and unofficial builds of official tools:

How do I install these tools?

Run the following:

scoop bucket add typst-community https://github.com/typst-community/scoop-bucket

scoop install typst-community/⟨tool-name⟩
# For example:
# scoop install typst-community/tinymist

Tip

The official Typst compiler is not included in this bucket. You can install it from the Main bucket instead:

scoop bucket add main
scoop install main/typst

Note

Response status code does not indicate success: 403 (Forbidden).

URL https://github.com/typst-community/REPO/releases/download/TAG/FILE.zip is not valid

If you encounter the above error when installing an app, it is likely that Scoop has been blocked when detecting whether the repository is private.

Most organizations on GitHub forbid access to REST API via a fine-grained personal access tokens if the token’s lifetime is greater than 366 days.

Solutions:

  • Skip the detection by running scoop config rm gh_token.

    You can run scoop config gh_token in advance to backup your token, then add it back later by running scoop config gh_token ⟨token⟩.

  • Adjust the lifetime of your existing token.

    Regeneration is required for changing the expiration date.

  • Use a classic token instead of a fine-grained token.

    Most organizations do not forbid classic tokens.

How do I contribute new manifests?

To make a new manifest contribution, please read the Contributing Guide and App Manifests wiki page.

Contributors 3

  •  
  •  
  •