Skip to content

Instantly share code, notes, and snippets.

@tiffany352
Created June 2, 2021 21:16
Show Gist options
  • Save tiffany352/d8ae066d0f12eb5869da9ac523d6e54c to your computer and use it in GitHub Desktop.
Save tiffany352/d8ae066d0f12eb5869da9ac523d6e54c to your computer and use it in GitHub Desktop.
Scoop package for Nu that installs plugins in the correct location
{
"version": "0.32.0",
"description": "A modern shell written in Rust",
"homepage": "https://www.nushell.sh",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/nushell/nushell/releases/download/0.32.0/nu_0_32_0_windows.zip",
"hash": "c471cb4919ae15bc649c5661473edd0bb961eac32303a410eeeb7c18d562c070",
"extract_dir": "nu_0_32_0_windows\\nushell-0.32.0"
}
},
"bin": "nu.exe",
"env_add_path": "Plugins",
"checkver": {
"github": "https://github.com/nushell/nushell"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nushell/nushell/releases/download/$version/nu_$underscoreVersion_windows.zip",
"extract_dir": "nu_$underscoreVersion_windows\\nushell-$version"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment