mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(mise/tools): install npm packages with bun
This commit is contained in:
@@ -8,6 +8,9 @@ not_found_auto_install = false
|
|||||||
show_env = true
|
show_env = true
|
||||||
show_tools = false
|
show_tools = false
|
||||||
|
|
||||||
|
[settings.npm]
|
||||||
|
bun = true
|
||||||
|
|
||||||
[settings.pipx]
|
[settings.pipx]
|
||||||
# Allow mise to install pipx packages without manual installation of pipx.
|
# Allow mise to install pipx packages without manual installation of pipx.
|
||||||
uvx = true
|
uvx = true
|
||||||
@@ -70,6 +73,7 @@ argocd = "latest"
|
|||||||
aws-cli = "2.17"
|
aws-cli = "2.17"
|
||||||
bat = "latest"
|
bat = "latest"
|
||||||
buf = "latest"
|
buf = "latest"
|
||||||
|
bun = "latest"
|
||||||
cargo-binstall = "latest"
|
cargo-binstall = "latest"
|
||||||
crane = "latest"
|
crane = "latest"
|
||||||
ctop = "latest"
|
ctop = "latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user