fix formatting, ensure vim filetype is set

This commit is contained in:
Matthew Stobbs
2025-03-31 18:15:07 -06:00
parent 59a31858f4
commit 8abb14ce33
122 changed files with 256 additions and 25 deletions

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set aquamarine config
ansible.builtin.set_fact:
aquamarine:

View File

@@ -1,3 +1,4 @@
# vim: set filetype=yaml.ansible :
---
- name: Set broot config
ansible.builtin.set_fact:

View File

@@ -1,3 +1,4 @@
# vim: set filetype=yaml.ansible :
---
- name: Set choose config
ansible.builtin.set_fact:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set clangd config
ansible.builtin.set_fact:
clangd:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set configuration for consul
ansible.builtin.set_fact:
consul:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set fd config
ansible.builtin.set_fact:
fd:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set config for greetd
ansible.builtin.set_fact:
greetd:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set OS name for RedHat family
when:
- ansible_os_family == 'RedHat'

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set method for httpie
ansible.builtin.set_fact:
httpie:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprcursor config
ansible.builtin.set_fact:
hyprcursor:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprgraphics config
ansible.builtin.set_fact:
hyprgraphics:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hypridle config
ansible.builtin.set_fact:
hypridle:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprland config
ansible.builtin.set_fact:
hyprland:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprland-protocols config
ansible.builtin.set_fact:
hyprland_protocols:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprland_qt_support config
ansible.builtin.set_fact:
hyprland_qt_support:
@@ -5,6 +7,6 @@
repo: "{{ pkgconfig.hyprland_qt_support.repo }}"
pkg_deps: "{{ pkgconfig.hyprland_qt_support.pkg_deps }}"
build_deps: "{{ pkgconfig.hyprland_qt_support.build_deps[ansible_os_family] }}"
installed_files: "{{ pkgconfig.hyprland_qt_support.build_installed_files}}"
installed_files: "{{ pkgconfig.hyprland_qt_support.build_installed_files }}"
git_path: "{{ d_tempdir.path }}/hyprland_qt_support"
clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprland_qtutils config
ansible.builtin.set_fact:
hyprland_qtutils:
@@ -5,6 +7,6 @@
repo: "{{ pkgconfig.hyprland_qtutils.repo }}"
pkg_deps: "{{ pkgconfig.hyprland_qtutils.pkg_deps }}"
build_deps: "{{ pkgconfig.hyprland_qtutils.build_deps[ansible_os_family] }}"
installed_files: "{{ pkgconfig.hyprland_qtutils.build_installed_files}}"
installed_files: "{{ pkgconfig.hyprland_qtutils.build_installed_files }}"
git_path: "{{ d_tempdir.path }}/hyprland_qtutils"
clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprlang config
ansible.builtin.set_fact:
hyprlang:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprlock config
ansible.builtin.set_fact:
hyprlock:
@@ -5,6 +7,6 @@
repo: "{{ pkgconfig.hyprlock.repo }}"
pkg_deps: "{{ pkgconfig.hyprlock.pkg_deps }}"
build_deps: "{{ pkgconfig.hyprlock.build_deps[ansible_os_family] }}"
installed_files: "{{ pkgconfig.hyprlock.build_installed_files}}"
installed_files: "{{ pkgconfig.hyprlock.build_installed_files }}"
git_path: "{{ d_tempdir.path }}/hyprlock"
clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprpaper config
ansible.builtin.set_fact:
hyprpaper:
@@ -5,6 +7,6 @@
repo: "{{ pkgconfig.hyprpaper.repo }}"
pkg_deps: "{{ pkgconfig.hyprpaper.pkg_deps }}"
build_deps: "{{ pkgconfig.hyprpaper.build_deps[ansible_os_family] }}"
installed_files: "{{ pkgconfig.hyprpaper.build_installed_files}}"
installed_files: "{{ pkgconfig.hyprpaper.build_installed_files }}"
git_path: "{{ d_tempdir.path }}/hyprpaper"
clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprpicker config
ansible.builtin.set_fact:
hyprpicker:
@@ -5,6 +7,6 @@
repo: "{{ pkgconfig.hyprpicker.repo }}"
pkg_deps: "{{ pkgconfig.hyprpicker.pkg_deps }}"
build_deps: "{{ pkgconfig.hyprpicker.build_deps[ansible_os_family] }}"
installed_files: "{{ pkgconfig.hyprpicker.build_installed_files}}"
installed_files: "{{ pkgconfig.hyprpicker.build_installed_files }}"
git_path: "{{ d_tempdir.path }}/hyprpicker"
clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprpolkitagent config
ansible.builtin.set_fact:
hyprpolkitagent:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyprutils config
ansible.builtin.set_fact:
hyprutils:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set hyperwayland-scanner config
ansible.builtin.set_fact:
hyprwayland_scanner:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set kitty config
ansible.builtin.set_fact:
kitty:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set nextcloud install method
ansible.builtin.set_fact:
nextcloud:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set nodejs config
ansible.builtin.set_fact:
nodejs:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set nomad config
ansible.builtin.set_fact:
nomad:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set nwg-hello configuration
ansible.builtin.set_fact:
nwg_hello:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set packer config
ansible.builtin.set_fact:
packer:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set pgadmin config
ansible.builtin.set_fact:
pgadmin:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set pulumi config
ansible.builtin.set_fact:
pulumi:

View File

@@ -1,3 +1,4 @@
# vim: set filetype=yaml.ansible :
---
- name: Set python3 config
ansible.builtin.set_fact:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set sdbus-cpp-2 config
ansible.builtin.set_fact:
sdbus_cpp_2:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set tailscale config
ansible.builtin.set_fact:
tailscale:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set terraform install method
ansible.builtin.set_fact:
terraform:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set tidy config
ansible.builtin.set_fact:
tidy:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set uwsm config
ansible.builtin.set_fact:
uwsm:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set vault install method
ansible.builtin.set_fact:
vault:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Set xdg-desktop-portal-hyprland config
ansible.builtin.set_fact:
xdg_desktop_portal_hyprland:

View File

@@ -1,3 +1,4 @@
# vim: set filetype=yaml.ansible :
---
- name: Set xh config
ansible.builtin.set_fact:

View File

@@ -1,3 +1,4 @@
# vim: set filetype=yaml.ansible :
---
- name: Set distro name
when: