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 b48dbbeee1 - Show all commits

View File

@@ -78,3 +78,14 @@
owner: root owner: root
group: "{{ root_group }}" group: "{{ root_group }}"
mode: 0644 mode: 0644
## Helper Functions for Status Bar ##
- name: Workstation | Linux | Software | DWM | Status Bar Functions
copy:
src: dwm/*.functions
dest: "{{ global_bin }}"
owner: root
group: "{{ root_group }}"
mode: 0644