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: Download packer archive
ansible.builtin.get_url:
dest: "{{ d_tempdir.path }}/{{ packer.archive.file }}"

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:

View File

@@ -1,3 +1,4 @@
# vim: set filetype=yaml.ansible :
---
- name: Install go package {{ pkg }}
become: "{{ ext_become }}"

View File

@@ -1,4 +1,4 @@
# vim: set filetype=yaml :
# vim: set filetype=yaml.ansible :
---
- name: Add lazygit
when:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Append mc to pkg_go
ansible.builtin.set_fact:
pkg_go: "{{ pkg_go + ['github.com/minio/mc@latest'] }}"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Add nwg-hello
when:
- nwg_hello_configured is undefined

View File

@@ -1,4 +1,4 @@
# vim: filetype=yaml.ansible :
# vim: set filetype=yaml.ansible :
---
- name: Add sqlls
when:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }}
when:
- aquamarine.clean
@@ -61,7 +63,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install of {{ pkg }}
when:
- hyprcursor.clean
@@ -52,7 +54,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install of {{ pkg }}
when:
- hyprgraphics.clean
@@ -52,7 +54,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install of {{ pkg }}
when:
- hypridle.clean
@@ -60,7 +62,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install of {{ pkg }}
when:
- hyprland.clean
@@ -53,7 +55,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install of {{ pkg }}
when:
- hyprland_qt_support.clean
@@ -54,7 +56,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install of {{ pkg }}
when:
- hyprland_qtutils.clean
@@ -53,7 +55,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }}
when:
- hyprlang.clean
@@ -52,7 +54,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }}
when:
- hyprlock.clean
@@ -60,7 +62,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }}
when:
- hyprpaper.clean
@@ -53,7 +55,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }}
when:
- hyprpicker.clean
@@ -53,7 +55,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }}
when:
- hyprpolkitagent.clean
@@ -53,7 +55,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }}
when:
- hyprutils.clean
@@ -52,7 +54,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }}
when:
- hyprwayland_scanner.clean
@@ -44,7 +46,7 @@
- --build
- build
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }}
when:
- nwg_hello.clean

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }}
when:
- sdbus_cpp_2.clean
@@ -53,7 +55,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
- name: Remove existing install {{ pkg }}
when:
- xdg_desktop_portal_hyprland.clean
@@ -50,7 +52,7 @@
- --target
- all
- -j
- "{{ ansible_processor_nproc|int }}"
- "{{ ansible_processor_nproc | int }}"
- name: Install {{ pkg }}
become: true

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
alacritty:
version: 0.15.1
method:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
aquamarine:
version: v0.8.0
repo: "{{ hyprgitbase }}/aquamarine"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
bitwarden:
flatpak:
name: com.bitwarden.desktop

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
broot:
version: 1.44.7
build_deps:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
carapace:
version: 0.2.0
pkgs:

View File

@@ -1,2 +1,4 @@
# vim: set filetype=yaml.ansible :
---
choose:
version: 1.3.6

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
clangd:
pkgs:
RedHat:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
consul:
pkgs:
Linux:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
fd:
pkgs:
Darwin:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
ghostty:
version: v1.1.3
optimize: ReleaseFast

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
git:
pkgs:
Darwin:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
go:
base_url: https://go.dev/dl
version: 1.24.0

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
greetd:
pkgs:
RedHat:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hashicorp:
Linux:
".el9":

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
httpie:
flatpak:
name: io.httpie.Httpie

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprcursor:
version: v0.1.12
repo: "{{ hyprgitbase }}/hyprcursor"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprgraphics:
version: v0.1.2
repo: "{{ hyprgitbase }}/hyprgraphics"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hypridle:
version: v0.1.6
repo: "{{ hyprgitbase }}/hypridle"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprland:
version: v0.48.1
repo: "{{ hyprgitbase }}/Hyprland"
@@ -10,7 +12,6 @@ hyprland:
- hyprlang
- hyprcursor
- hyprgraphics
- aquamarine
- hyprpolkitagent
- hyprland_qtutils
- hyprlock

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprland_protocols:
version: v0.6.2
repo: "{{ hyprgitbase }}/hyprland-protocols"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprland_qt_support:
version: v0.1.0
repo: "{{ hyprgitbase }}/hyprland-qt-support"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprland_qtutils:
version: v0.1.3
repo: "{{ hyprgitbase }}/hyprland-qtutils"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprlang:
version: v0.6.0
repo: "{{ hyprgitbase }}/hyprlang"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprlock:
version: v0.7.0
repo: "{{ hyprgitbase }}/hyprlock"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprpaper:
version: v0.7.4
repo: "{{ hyprgitbase }}/hyprpaper"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprpolkitagent:
version: v0.1.2
repo: "{{ hyprgitbase }}/hyprpolkitagent"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprutils:
version: v0.5.2
repo: "{{ hyprgitbase }}/hyprutils"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprwayland_scanner:
version: v0.4.4
repo: "{{ hyprgitbase }}/hyprwayland-scanner"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
hyprpicker:
version: v0.4.3
repo: "{{ hyprgitbase }}/hyprpicker"

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
kitty:
pkgs:
Darwin:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
libreoffice:
methods:
default: sys

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
luals:
version: 3.13.5
base_url: https://github.com/LuaLS/lua-language-server/releases/download

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
neovide:
version: 0.14.1
git_repo: https://github.com/neovide/neovide.git

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
neovim:
version: v0.11.0
build_type: Release

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
# Font key is the name from [https://www.nerdfonts.com/font-downloads]
# If the archive name is different from the listed name, it is set as the archive key
nerdfonts:

View File

@@ -1,3 +1,5 @@
# vim: set filetype=yaml.ansible :
---
nextcloud:
flatpak:
name: com.nextcloud.desktopclient.nextcloud

Some files were not shown because too many files have changed in this diff Show More