Move function files to their own folder. Move the copy to General from Workstation. Leave dwm-status function under Workstation.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user