@mcha/stow-config@1.0.6Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
mwmcode/stow-configIt is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
88%
Published
10 months ago (1.0.6)
Stow Config
.
- moves selected config files/directories (aka dotfiles) from
📂 source/to📂 target/ - creates 🔗 symlinks for them 👆 instead (example:
📂 source/.zshrc @-> 📂 target/.zshrc) - now you can track those dotfiles in
📂 target/usinggit
Inspired by GNU Stow
Installation
deno install --global \ --allow-read --allow-write \ --allow-env=HOME \ --name stow \ jsr:@mcha/stow-config
--allow-read --allow-writeto move configuration files and create symlinks for them.--allow-env=HOMEto allow for paths that start with~, such as~/.config.--name stowcan be set to something else, like--name stow-configs.
Usage
make sure
$HOME/.deno/binis in$PATH:
stow
.
.
.
Uninstall
deno uninstall --global stow
assuming it was installed with --name stow
Built and signed on
GitHub Actions
Add Package
deno add jsr:@mcha/stow-config
Import symbol
import * as stow_config from "@mcha/stow-config";
Import directly with a jsr specifier
import * as stow_config from "jsr:@mcha/stow-config";
Add Package
pnpm i jsr:@mcha/stow-config
pnpm dlx jsr add @mcha/stow-config
Import symbol
import * as stow_config from "@mcha/stow-config";
Add Package
yarn add jsr:@mcha/stow-config
yarn dlx jsr add @mcha/stow-config
Import symbol
import * as stow_config from "@mcha/stow-config";
Add Package
vlt install jsr:@mcha/stow-config
Import symbol
import * as stow_config from "@mcha/stow-config";
Add Package
npx jsr add @mcha/stow-config
Import symbol
import * as stow_config from "@mcha/stow-config";
Add Package
bunx jsr add @mcha/stow-config
Import symbol
import * as stow_config from "@mcha/stow-config";