fixing and adding packages
This commit is contained in:
@@ -1,7 +1,48 @@
|
||||
# variables used in ansible_role_package
|
||||
---
|
||||
nerdfonts:
|
||||
- name: CascadiaCode
|
||||
brew: caskaydia-cove
|
||||
- name: FiraCode
|
||||
brew: fira-code
|
||||
- name: Hasklig
|
||||
brew: hasklug
|
||||
- name: Lilex
|
||||
brew: lilex
|
||||
- name: Monoid
|
||||
brew: monoid
|
||||
- name: NerdFontsSymbolsOnly
|
||||
brew: symbols-only
|
||||
nerdfonts_system_install: false
|
||||
packages: []
|
||||
syspkgs: []
|
||||
altpkgs: []
|
||||
install_state: present
|
||||
full_upgrade: false
|
||||
_ghbase: "https://github.com"
|
||||
# version of packages to install when altpkgs
|
||||
versions:
|
||||
- alacritty: 0.15.0
|
||||
- carapace: 1.1.1
|
||||
- go: 1.23.5
|
||||
- neovim: v0.10.3
|
||||
- zig: 0.13.0
|
||||
_go:
|
||||
install_path: /usr/local
|
||||
archmap:
|
||||
aarch64: arm64
|
||||
x86_64: amd64
|
||||
1.23.5:
|
||||
Darwin:
|
||||
arm64: sha256:f819ed94939e08a5016b9a607ec84ebbde6cb3fe59750c59d97aa300c3fd02df
|
||||
amd64: sha256:d2b06bf0b8299e0187dfe2d8ad39bd3dd96a6d93fe4d1cfd42c7872452f4a0a2
|
||||
Linux:
|
||||
amd64: sha256:cbcad4a6482107c7c7926df1608106c189417163428200ce357695cc7e01d091
|
||||
arm64: sha256:47c84d332123883653b70da2db7dd57d2a865921ba4724efcdf56b5da7021db0
|
||||
_neovide:
|
||||
install_prefix: /usr/local
|
||||
_nushell:
|
||||
install_prefix: /usr/local
|
||||
_zig:
|
||||
install_path: /usr/local
|
||||
base_url: https://ziglang.org/download
|
||||
|
||||
Reference in New Issue
Block a user