Compare commits

...

2 Commits

10 changed files with 27 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
#/usr/local/bin env
# TBD/TODO

View File

@@ -0,0 +1,3 @@
#/usr/local/bin env
# TBD/TODO

View File

@@ -0,0 +1,3 @@
#/usr/local/bin env
# TBD/TODO

View File

@@ -0,0 +1,3 @@
#/usr/local/bin env
# TBD/TODO

View File

@@ -0,0 +1,3 @@
#/usr/local/bin env
# TBD/TODO

View File

@@ -1173,3 +1173,13 @@
- .bashrc - .bashrc
- .zshrc - .zshrc
- .vimrc - .vimrc
- name: General | Account Management | Users | Files | Helper Functions
copy:
src: "{{ item }}"
dest: "{{ global_bin }}"
owner: root
group: "{{ root_group }}"
mode: 0755
with_fileglob:
- "functions/*.function"

View File

@@ -80,9 +80,9 @@
mode: 0644 mode: 0644
## Helper Functions for Status Bar ## ## Status Bar ##
- name: Workstation | Linux | Software | DWM | Status Bar Functions - name: Workstation | Linux | Software | DWM | Status Bar Function
copy: copy:
src: "{{ item }}" src: "{{ item }}"
dest: "{{ global_bin }}" dest: "{{ global_bin }}"