more packages fixed

- removed nushell. Not using it, not going to use again anytime soon
This commit is contained in:
Matthew Stobbs
2025-02-20 12:22:50 -07:00
parent 48e67be99b
commit c0400949c3
34 changed files with 132 additions and 206 deletions

8
tasks/config/broot.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Set broot config
ansible.builtin.set_fact:
broot:
vers: "{{ pkgconfig.broot.version }}"
name: broot
locked: true
deps: "{{ pkgconfig.broot.build_deps[ansible_os_family] }}"

7
tasks/config/choose.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: Set choose config
ansible.builtin.set_fact:
choose:
name: choose
vers: "{{ pkgconfig.choose.version }}"
locked: true

6
tasks/config/git.yml Normal file
View File

@@ -0,0 +1,6 @@
# vim: set filetype=yaml.ansible :
---
- name: Set git config
ansible.builtin.set_fact:
git:
pkgs: "{{ pkgconfig.git.pkgs[ansible_system] }}"

View File

@@ -1,3 +1,8 @@
# vim: set filetype=yaml.ansible :
---
use_flatpak: false
- name: Set libreoffice config
ansible.builtin.set_fact:
libreoffice:
method: "{{ pkgconfig.libreoffice.method }}"
flatpak: "{{ pkgconfig.libreoffice.flatpak }}"
syspkgs: "{{ pkgconfig.libreoffice[ansible_os_family] }}"

View File

@@ -1,4 +1,9 @@
# vim: set filetype=yaml.ansible :
---
version: 0.14.0
install_prefix: "{{ default_install_prefix }}"
- name: Set neovide config
ansible.builtin.set_fact:
neovide:
name: neovide
deps: "{{ pkgconfig.neovide.build_deps[ansible_os_family] }}"
vers: "{{ pkgconfig.neovide.version }}"
locked: true

View File

@@ -1,3 +0,0 @@
# vim: set filetype=yaml.ansible :
---
install_extra: true

5
tasks/config/python3.yml Normal file
View File

@@ -0,0 +1,5 @@
---
- name: Set python3 config
ansible.builtin.set_fact:
python3:
pkgs: "{{ pkgconfig.python3.pkgs[ansible_system] }}"

7
tasks/config/xh.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: Set xh config
ansible.builtin.set_fact:
xh:
vers: "{{ pkgconfig.xh.version }}"
name: xh
locked: true

View File

@@ -1,5 +1,8 @@
# vim: set filetype=yaml.ansible :
---
version: 0.13.0
install_prefix: "{{ default_install_prefix }}"
install_path: /opt/zig
- name: Set zig configuration
ansible.builtin.set_fact:
zig:
version: 0.13.0
install_prefix: "{{ default_install_prefix }}"
install_path: /opt/zig