start adding other packages sources

- adding sources for cargo, npm and go source packages
This commit is contained in:
Matthew Stobbs
2025-01-21 22:11:15 -07:00
parent 15d39f39ee
commit 1ec4bda33f
29 changed files with 75 additions and 28 deletions

View File

@@ -1,3 +1,2 @@
---
_carapace:
version: 1.1.1
version: 1.1.1

View File

@@ -2,6 +2,7 @@
version: 1.23.5
install_path: /usr/local
archmap:
arm64: arm64
aarch64: arm64
x86_64: amd64
1.23.5:

View File

@@ -4,6 +4,7 @@ packages: []
syspkgs: []
srcpkgs: []
caskpkgs: []
cargopkgs: []
assume_missing_is_syspkg: false
install_state: present
full_upgrade: false

View File

@@ -1,4 +1,16 @@
---
_nushell:
install_prefix: /usr/local
install_prefix: /usr/local
nu_pkgs_list:
- nu
- nu_plugin_inc
- nu_plugin_polars
- nu_plugin_gstat
- nu_plugin_formats
- nu_plugin_query
- nu_plugin_highlight
- nu_plugin_json_path
- nu_plugin_net
- nu_plugin_prometheus
- nu_plugin_qr_maker
- nu_plugin_rpm
- nu_plugin_semver

View File

@@ -1,5 +1,11 @@
---
_zig:
version: 0.13.0
install_path: /usr/local
base_url: https://ziglang.org/download
version: 0.13.0
install_path: /usr/local
base_url: https://ziglang.org/download
sysmap:
Darwin: macos
Linux: linux
archmap:
aarch64: aarch64
arm64: aarch64
x86_64: x86_64