All tools/pnpm

pnpm

pnpm

Fast, disk space efficient package manager.

Detected by pnpm, pnpx | macOS, Linux, Windows |pnpm.io

Sync rules

What travels, what stays, what never leaves
pnpm in your home directory Every rule on this page, by file
; pnpm's global rc file: npmrc syntax.
store-dir=/home/octocat/.local/share/pnpm/storemachine-local
global-bin-dir=/home/octocat/.local/share/pnpmmachine-local
registry=https://registry.npmjs.org/
//registry.npmjs.org/:_authToken=npm_FAKE00000000000000000000000000000000
//npm.pkg.github.com/:_authToken=ghp_FAKE0000000000000000000000000000000000

Each machine keeps its own copy of these.

//

Lifted into your secret store; the rest of the file syncs.

· config.yaml Sync
; pnpm's global rc file: npmrc syntax.
store-dir=/Users/octocat/Library/pnpm/storemachine-local
global-bin-dir=/Users/octocat/Library/pnpmmachine-local
registry=https://registry.npmjs.org/
//registry.npmjs.org/:_authToken=npm_FAKE00000000000000000000000000000000

Each machine keeps its own copy of these.

//

Lifted into your secret store; the rest of the file syncs.

· config.yaml Sync
· pnpm/store/ Exclude
· ~/.local/share/pnpm/store/ Exclude
; pnpm's global rc file: npmrc syntax.
store-dir=C:\Users\octocat\AppData\Local\pnpm\storemachine-local
global-bin-dir=C:\Users\octocat\AppData\Local\pnpmmachine-local
registry=https://registry.npmjs.org/
//registry.npmjs.org/:_authToken=npm_FAKE00000000000000000000000000000000

Each machine keeps its own copy of these.

//

Lifted into your secret store; the rest of the file syncs.

· config.yaml Sync
· store/ Exclude

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/pnpm. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these is generated from the same rules as this page. None of them splits store-dir and global-bin-dir for you — that part is Otty’s own sync, or a template you write by hand.