BASHrc Upgrades, Backup Script, DWM Enhancements, Hugo Helpers, Branch Controls #7

Merged
me merged 112 commits from dev into main 2025-12-01 09:50:55 -07:00
Showing only changes of commit 4864ee3869 - Show all commits

View File

@@ -2,7 +2,7 @@
# Define program names for package builtin.
# This file is for ALL systems and should not include UI components.
- name: General | Facts | Packages | Shared Defaults
- name: General | Facts | Package | Shared Defaults
set_fact:
sshfs: sshfs
tar: tar
@@ -12,7 +12,7 @@
dig: dig
neofetch: neofetch
- name: General | Facts | Packages | Parrot OS Fixes
- name: General | Facts | Package | Parrot OS Fixes
set_fact:
ansible_pkg_mgr: "apt"
ansible_python_interpreter: "/usr/bin/python3"
@@ -56,6 +56,11 @@
encfs: fusefs-encfs
when: ansible_system == "FreeBSD"
- name: General | Facts | Package | dnf Fixes
set_fact:
ansible_pkg_mgr: dnf
when: ansible_pkg_mgr in ("dnf5")
- name: General | Facts | Package | dnf
set_fact:
sshfs: fuse-sshfs