Moved src into share in .local folder

This commit is contained in:
Brian Zalewski 2023-08-01 07:05:52 +00:00
parent b2311d02de
commit d26291b87d
40 changed files with 69 additions and 70 deletions

View file

@ -304,6 +304,7 @@ softwareGroups:
- rsync - rsync
- sd - sd
- solargraph - solargraph
- speedtest-cli
- sql-language-server - sql-language-server
- task - task
- tea - tea

View file

@ -40,23 +40,23 @@
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
### Betelgeuse Theme ### Betelgeuse Theme
[".local/src/betelgeuse"] [".local/share/betelgeuse"]
type = "git-repo" type = "git-repo"
url = "https://gitlab.com/megabyte-labs/misc/betelgeuse.git" url = "https://gitlab.com/megabyte-labs/misc/betelgeuse.git"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
[".local/src/candy-icons"] [".local/share/candy-icons"]
type = "git-repo" type = "git-repo"
url = "https://github.com/ProfessorManhattan/candy-icons.git" url = "https://github.com/ProfessorManhattan/candy-icons.git"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
[".local/src/yoru"] [".local/share/yoru"]
type = "git-repo" type = "git-repo"
url = "https://github.com/rxyhn/yoru.git" url = "https://github.com/rxyhn/yoru.git"
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
[".local/src/dracula"] [".local/share/dracula"]
type = "git-repo" type = "git-repo"
url = "https://github.com/dracula/dracula-theme.git" url = "https://github.com/dracula/dracula-theme.git"
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
@ -166,15 +166,13 @@
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
{{- end }} {{- end }}
{{- if (lookPath "pipx") }} ### Netdata Speedtest (required for Netdata speedtest plugin)
### Netdata Speedtest
[".local/share/netdata-speedtest"] [".local/share/netdata-speedtest"]
type = "git-repo" type = "git-repo"
url = "https://github.com/ohthehugemanatee/netdata-speedtest.git" url = "https://github.com/ohthehugemanatee/netdata-speedtest.git"
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
{{- end }}
### Git Template ### Git Template
# [".config/git/template/_/husky.sh"] # [".config/git/template/_/husky.sh"]
@ -189,7 +187,7 @@
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
### Taskfiles ### Taskfiles
[".local/src/shared-common"] [".local/share/shared-common"]
type = "git-repo" type = "git-repo"
url = "https://gitlab.com/megabyte-labs/common/shared.git" url = "https://gitlab.com/megabyte-labs/common/shared.git"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]
@ -209,7 +207,7 @@
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
### Chef Bento ### Chef Bento
[".local/src/bento"] [".local/share/bento"]
type = "git-repo" type = "git-repo"
url = "https://github.com/installdoc/bento.git" url = "https://github.com/installdoc/bento.git"
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
@ -217,7 +215,7 @@
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
### Git Fuzzy ### Git Fuzzy
[".local/src/git-fuzzy"] [".local/share/git-fuzzy"]
type = "git-repo" type = "git-repo"
url = "https://github.com/bigH/git-fuzzy.git" url = "https://github.com/bigH/git-fuzzy.git"
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
@ -225,12 +223,12 @@
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
### Ansible Roles / Playbook ### Ansible Roles / Playbook
[".local/src/gas-station"] [".local/share/gas-station"]
type = "git-repo" type = "git-repo"
url = "https://gitlab.com/megabyte-labs/gas-station.git" url = "https://gitlab.com/megabyte-labs/gas-station.git"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
[".local/src/ansible-qubes"] [".local/share/ansible-qubes"]
type = "git-repo" type = "git-repo"
url = "https://github.com/ProfessorManhattan/ansible-qubes.git" url = "https://github.com/ProfessorManhattan/ansible-qubes.git"
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
@ -247,12 +245,12 @@
### Application Styles ### Application Styles
# Discord (TODO: Apply this to Discord automatically) # Discord (TODO: Apply this to Discord automatically)
[".local/src/fluent/discord/theme.css"] [".local/share/fluent/discord/theme.css"]
type = "file" type = "file"
url = "https://raw.githubusercontent.com/DiscordStyles/Fluent/deploy/Fluent.theme.css" url = "https://raw.githubusercontent.com/DiscordStyles/Fluent/deploy/Fluent.theme.css"
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
# Steam (TODO: Apply this to Steam automatically by detecting first if it is installed) # Steam (TODO: Apply this to Steam automatically by detecting first if it is installed)
[".local/src/fluent/steam"] [".local/share/fluent/steam"]
type = "git-repo" type = "git-repo"
url = "https://github.com/purogamer/Fluent-for-Steam.git" url = "https://github.com/purogamer/Fluent-for-Steam.git"
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
@ -260,43 +258,43 @@
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
### Packer ### Packer
[".local/src/packer/archlinux"] [".local/share/packer/archlinux"]
type = "git-repo" type = "git-repo"
url = "https://gitlab.com/megabyte-labs/packer/archlinux-desktop.git" url = "https://gitlab.com/megabyte-labs/packer/archlinux-desktop.git"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
[".local/src/packer/centos"] [".local/share/packer/centos"]
type = "git-repo" type = "git-repo"
url = "https://gitlab.com/megabyte-labs/packer/centos-desktop.git" url = "https://gitlab.com/megabyte-labs/packer/centos-desktop.git"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
[".local/src/packer/debian"] [".local/share/packer/debian"]
type = "git-repo" type = "git-repo"
url = "https://gitlab.com/megabyte-labs/packer/debian-desktop.git" url = "https://gitlab.com/megabyte-labs/packer/debian-desktop.git"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
[".local/src/packer/fedora"] [".local/share/packer/fedora"]
type = "git-repo" type = "git-repo"
url = "https://gitlab.com/megabyte-labs/packer/fedora-desktop.git" url = "https://gitlab.com/megabyte-labs/packer/fedora-desktop.git"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
[".local/src/packer/macos"] [".local/share/packer/macos"]
type = "git-repo" type = "git-repo"
url = "https://gitlab.com/megabyte-labs/packer/macos-desktop.git" url = "https://gitlab.com/megabyte-labs/packer/macos-desktop.git"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
[".local/src/packer/ubuntu"] [".local/share/packer/ubuntu"]
type = "git-repo" type = "git-repo"
url = "https://gitlab.com/megabyte-labs/packer/ubuntu-desktop.git" url = "https://gitlab.com/megabyte-labs/packer/ubuntu-desktop.git"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
[".local/src/packer/windows"] [".local/share/packer/windows"]
type = "git-repo" type = "git-repo"
url = "https://gitlab.com/megabyte-labs/packer/windows-desktop.git" url = "https://gitlab.com/megabyte-labs/packer/windows-desktop.git"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
# https://github.com/kholia/OSX-KVM # https://github.com/kholia/OSX-KVM
[".local/src/osx-kvm"] [".local/share/osx-kvm"]
type = "git-repo" type = "git-repo"
url = "https://github.com/kholia/OSX-KVM.git" url = "https://github.com/kholia/OSX-KVM.git"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]
@ -310,7 +308,7 @@
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
### JumpUSB ### JumpUSB
[".local/src/jumpusb"] [".local/share/jumpusb"]
type = "git-repo" type = "git-repo"
url = "https://gitlab.com/megabyte-labs/jumpusb.git" url = "https://gitlab.com/megabyte-labs/jumpusb.git"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]

View file

@ -12,7 +12,7 @@
{{ includeTemplate "universal/profile" }} {{ includeTemplate "universal/profile" }}
{{ includeTemplate "universal/logg" }} {{ includeTemplate "universal/logg" }}
{{ $gitHooks := (output "find" (joinPath .chezmoi.homeDir ".local" "src" "shared-common" "common" ".config" "husky") "-mindepth" "1" "-maxdepth" "1" "-type" "f") -}} {{ $gitHooks := (output "find" (joinPath .chezmoi.homeDir ".local" "share" "shared-common" "common" ".config" "husky") "-mindepth" "1" "-maxdepth" "1" "-type" "f") -}}
{{- range $gitHook := splitList "\n" $gitHooks -}} {{- range $gitHook := splitList "\n" $gitHooks -}}
{{- if ne $gitHook "" -}} {{- if ne $gitHook "" -}}
# {{ $gitHook }} hash: {{ include $gitHook | sha256sum }} # {{ $gitHook }} hash: {{ include $gitHook | sha256sum }}
@ -25,7 +25,7 @@ mkdir -p "${XDG_CONFIG_HOME:-$HOME/.config}/git/template/hooks"
### Ensure git hooks are executable ### Ensure git hooks are executable
logg info 'Ensuring git hooks are up-to-date' logg info 'Ensuring git hooks are up-to-date'
find "$HOME/.local/src/shared-common/common/.config/husky" -mindepth 1 -maxdepth 1 -type f | while read HOOK; do find "${XDG_DATA_HOME:-$HOME/.local/share}/shared-common/common/.config/husky" -mindepth 1 -maxdepth 1 -type f | while read HOOK; do
cp "$HOOK" "${XDG_CONFIG_HOME:-$HOME/.config}/git/template/hooks" cp "$HOOK" "${XDG_CONFIG_HOME:-$HOME/.config}/git/template/hooks"
done done

View file

@ -31,7 +31,7 @@
logg info 'Ensuring Gas Station roles are symlinked to ~/.local/share/ansible/roles' logg info 'Ensuring Gas Station roles are symlinked to ~/.local/share/ansible/roles'
mkdir -p "${XDG_DATA_HOME:-$HOME/.local/share}/ansible/roles" mkdir -p "${XDG_DATA_HOME:-$HOME/.local/share}/ansible/roles"
find "$HOME/.local/src/gas-station/roles" -mindepth 2 -maxdepth 2 -type d | while read ROLE_PATH; do find "${XDG_DATA_HOME:-$HOME/.local/share}/gas-station/roles" -mindepth 2 -maxdepth 2 -type d | while read ROLE_PATH; do
ROLE_FOLDER="professormanhattan.$(echo "$ROLE_PATH" | sed 's/.*\/\([^\/]*\)$/\1/')" ROLE_FOLDER="professormanhattan.$(echo "$ROLE_PATH" | sed 's/.*\/\([^\/]*\)$/\1/')"
ALT_ROLE_FOLDER="$(echo "$ROLE_PATH" | sed 's/.*\/\([^\/]*\)$/\1/')" ALT_ROLE_FOLDER="$(echo "$ROLE_PATH" | sed 's/.*\/\([^\/]*\)$/\1/')"
if [ ! -d "${XDG_DATA_HOME:-$HOME/.local/share}/ansible/roles/$ROLE_FOLDER" ] || [ "$(readlink -f "${XDG_DATA_HOME:-$HOME/.local/share}/ansible/roles/$ROLE_FOLDER")" != "$ROLE_PATH" ]; then if [ ! -d "${XDG_DATA_HOME:-$HOME/.local/share}/ansible/roles/$ROLE_FOLDER" ] || [ "$(readlink -f "${XDG_DATA_HOME:-$HOME/.local/share}/ansible/roles/$ROLE_FOLDER")" != "$ROLE_PATH" ]; then
@ -45,7 +45,7 @@ find "$HOME/.local/src/gas-station/roles" -mindepth 2 -maxdepth 2 -type d | whil
fi fi
done done
if [ -f "$HOME/.local/src/gas-station/requirements.yml" ]; then if [ -f "${XDG_DATA_HOME:-$HOME/.local/share}/gas-station/requirements.yml" ]; then
### Install Ansible Galaxy and dependencies if missing ### Install Ansible Galaxy and dependencies if missing
if ! command -v ansible-galaxy > /dev/null; then if ! command -v ansible-galaxy > /dev/null; then
if ! command -v pipx > /dev/null; then if ! command -v pipx > /dev/null; then
@ -73,15 +73,15 @@ if [ -f "$HOME/.local/src/gas-station/requirements.yml" ]; then
ansible-galaxy install -r "${XDG_DATA_HOME:-$HOME/.local/share}/ansible/requirements.yml" || EXIT_CODE=$? ansible-galaxy install -r "${XDG_DATA_HOME:-$HOME/.local/share}/ansible/requirements.yml" || EXIT_CODE=$?
if [ -n "$EXIT_CODE" ]; then if [ -n "$EXIT_CODE" ]; then
logg error 'Failed to install Ansible requirements from Ansible Galaxy' logg error 'Failed to install Ansible requirements from Ansible Galaxy'
if [ -d "$HOME/.local/src/gas-station/collections" ]; then if [ -d "${XDG_DATA_HOME:-$HOME/.local/share}/gas-station/collections" ]; then
logg info 'Attempting to use locally stored Ansible requirements' logg info 'Attempting to use locally stored Ansible requirements'
cd "$HOME/.local/src/gas-station/collections" cd "${XDG_DATA_HOME:-$HOME/.local/share}/gas-station/collections"
ansible-galaxy install -r requirements.yml || SECOND_EXIT_CODE=$? ansible-galaxy install -r requirements.yml || SECOND_EXIT_CODE=$?
if [ -n "$SECOND_EXIT_CODE" ]; then if [ -n "$SECOND_EXIT_CODE" ]; then
logg error 'Failed to install requirements from both the cloud and the local copy' && exit 1 logg error 'Failed to install requirements from both the cloud and the local copy' && exit 1
fi fi
else else
logg warn '~/.local/src/gas-station/collections is missing' logg warn "${XDG_DATA_HOME:-$HOME/.local/share}/gas-station/collections is missing"
fi fi
fi fi
else else

View file

@ -31,9 +31,9 @@ fi
### Copy theme files over to /usr/local/share ### Copy theme files over to /usr/local/share
if [ -d "$HOME/.local/src/{{ .theme | lower }}/share" ]; then if [ -d "$HOME/.local/src/{{ .theme | lower }}/share" ]; then
logg info 'Copying ~/.local/src/{{ .theme | lower }}/share to /usr/local/share' logg info 'Copying ~/.local/src/{{ .theme | lower }}/share to /usr/local/share'
sudo rsync --chown=root:root --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r -artvu --inplace "$HOME/.local/src/betelgeuse/share/" "/usr/local/share/" > /dev/null sudo rsync --chown=root:root --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r -artvu --inplace "${XDG_DATA_HOME:-$HOME/.local/share}/betelgeuse/share/" "/usr/local/share/" > /dev/null
else else
logg warn '~/.local/src/betelgeuse/share is missing' logg warn '~/.local/share/betelgeuse/share is missing'
fi fi
### Flatten GRUB theme files (i.e. convert symlinks to regular files) ### Flatten GRUB theme files (i.e. convert symlinks to regular files)

View file

@ -9,8 +9,8 @@
# Betelgeuse-macOS wallpaper hash: {{ include (joinPath .chezmoi.homeDir ".local" "src" "betelgeuse" "share" "wallpapers" "Betelgeuse-macOS" "contents" "source.png") | sha256sum }} # Betelgeuse-macOS wallpaper hash: {{ include (joinPath .chezmoi.homeDir ".local" "src" "betelgeuse" "share" "wallpapers" "Betelgeuse-macOS" "contents" "source.png") | sha256sum }}
### Set macOS wallpaper ### Set macOS wallpaper
if command -v m > /dev/null && [ -f "$HOME/.local/src/betelgeuse/share/wallpapers/Betelgeuse-macOS/contents/source.png" ]; then if command -v m > /dev/null && [ -f "${XDG_DATA_HOME:-$HOME/.local/share}/betelgeuse/share/wallpapers/Betelgeuse-macOS/contents/source.png" ]; then
m wallpaper "$HOME/.local/src/betelgeuse/share/wallpapers/Betelgeuse-macOS/contents/source.png" m wallpaper "${XDG_DATA_HOME:-$HOME/.local/share}/betelgeuse/share/wallpapers/Betelgeuse-macOS/contents/source.png"
else else
logg warn 'Either `m` or the macOS default wallpaper is missing.' logg warn 'Either `m` or the macOS default wallpaper is missing.'
fi fi

View file

@ -32,8 +32,8 @@ fi
### Merge latest Candy icons into the Betelgeuse icon theme ### Merge latest Candy icons into the Betelgeuse icon theme
if command -v rsync > /dev/null; then if command -v rsync > /dev/null; then
if [ -d "$HOME/.local/src/candy-icons" ] && [ -d /usr/local/share/icons/Candy ]; then if [ -d "${XDG_DATA_HOME:-$HOME/.local/share}/candy-icons" ] && [ -d /usr/local/share/icons/Candy ]; then
sudo rsync --chown=root:root --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r -artu --inplace --exclude .git/ "$HOME/.local/src/candy-icons/" "/usr/local/share/icons/Candy/" sudo rsync --chown=root:root --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r -artu --inplace --exclude .git/ "${XDG_DATA_HOME:-$HOME/.local/share}/candy-icons/" "/usr/local/share/icons/Candy/"
else else
logg warn 'Skipping synchronization of Candy icons since either the target or destination folder is not present' logg warn 'Skipping synchronization of Candy icons since either the target or destination folder is not present'
fi fi

View file

@ -91,8 +91,8 @@ if [ "$BASH_SUPPORT" = 'true' ]; then
#fi #fi
### git-fuzzy ### git-fuzzy
if [ -d "$HOME/.local/src/git-fuzzy/bin" ]; then if [ -d "$XDG_DATA_HOME/git-fuzzy/bin" ]; then
export PATH="$HOME/.local/src/git-fuzzy/bin:$PATH" export PATH="$XDG_DATA_HOME/git-fuzzy/bin:$PATH"
fi fi
### MOTD ### MOTD

View file

@ -72,7 +72,7 @@ tasks:
Qubes can leverage the assets generated from the VirtualBox builds to power HVMs. Qubes can leverage the assets generated from the VirtualBox builds to power HVMs.
cmds: cmds:
- | - |
cd "$HOME/.local/src/bento" cd "$HOME/.local/share/bento"
packer init -upgrade ./packer_templates packer init -upgrade ./packer_templates
logg info 'Building Ubuntu VirtualBox VMs' logg info 'Building Ubuntu VirtualBox VMs'
packer build -var-file=os_pkrvars/ubuntu/ubuntu-22.04-x86_64.pkrvars.hcl ./packer_templates packer build -var-file=os_pkrvars/ubuntu/ubuntu-22.04-x86_64.pkrvars.hcl ./packer_templates

View file

@ -4,7 +4,7 @@ if command -v task > /dev/null && [ -n "$PATH_TASK" ]; then
if [ -f Taskfile.yml ]; then if [ -f Taskfile.yml ]; then
$PATH_TASK $* $PATH_TASK $*
else else
$PATH_TASK --taskfile "$HOME/.local/src/shared-common/common/Taskfile.yml" $@ $PATH_TASK --taskfile "${XDG_DATA_HOME:-$HOME/.local/share}/shared-common/common/Taskfile.yml" $@
fi fi
else else
echo 'task is not installed or PATH_TASK is not defined.' && exit 1 echo 'task is not installed or PATH_TASK is not defined.' && exit 1

View file

@ -1,3 +1,3 @@
{{- if (eq .host.qubes true) -}} {{- if (eq .host.qubes true) -}}
{{ .host.home }}/.local/src/ansible-qubes/bin/bombshell-client {{ .host.home }}/.local/share/ansible-qubes/bin/bombshell-client
{{- end -}} {{- end -}}

View file

@ -1,4 +1,4 @@
{{- if (eq .host.qubes true) -}} {{- if (eq .host.qubes true) -}}
{{ .host.home }}/.local/src/ansible-qubes/bin/qrun {{ .host.home }}/.local/share/ansible-qubes/bin/qrun
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if (eq .host.qubes true) -}} {{- if (eq .host.qubes true) -}}
{{ .host.home }}/.local/src/ansible-qubes/bin/qssh {{ .host.home }}/.local/share/ansible-qubes/bin/qssh
{{- end -}} {{- end -}}

View file

@ -1,4 +1,4 @@
{{- if (eq .host.qubes true) -}} {{- if (eq .host.qubes true) -}}
{{ .host.home }}/.local/src/ansible-qubes/bin/qssh {{ .host.home }}/.local/share/ansible-qubes/bin/qssh
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if .host.qubes -}} {{- if .host.qubes -}}
{{ .host.home }}/.local/src/ansible-qubes/action_plugins/commonlib.py {{ .host.home }}/.local/share/ansible-qubes/action_plugins/commonlib.py
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if .host.qubes -}} {{- if .host.qubes -}}
{{ .host.home }}/.local/src/ansible-qubes/action_plugins/qubes_pass.py {{ .host.home }}/.local/share/ansible-qubes/action_plugins/qubes_pass.py
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if .host.qubes -}} {{- if .host.qubes -}}
{{ .host.home }}/.local/src/ansible-qubes/action_plugins/qubesformation.py {{ .host.home }}/.local/share/ansible-qubes/action_plugins/qubesformation.py
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if .host.qubes -}} {{- if .host.qubes -}}
{{ .host.home }}/.local/src/ansible-qubes/action_plugins/qubesguid.py {{ .host.home }}/.local/share/ansible-qubes/action_plugins/qubesguid.py
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if .host.qubes -}} {{- if .host.qubes -}}
{{ .host.home }}/.local/src/ansible-qubes/action_plugins/qubessls.py {{ .host.home }}/.local/share/ansible-qubes/action_plugins/qubessls.py
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if .host.qubes -}} {{- if .host.qubes -}}
{{ .host.home }}/.local/src/ansible-qubes/connection_plugins/qubes.py {{ .host.home }}/.local/share/ansible-qubes/connection_plugins/qubes.py
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if .host.qubes -}} {{- if .host.qubes -}}
{{ .host.home }}/.local/src/ansible-qubes/library/qubes_pass.py {{ .host.home }}/.local/share/ansible-qubes/library/qubes_pass.py
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if .host.qubes -}} {{- if .host.qubes -}}
{{ .host.home }}/.local/src/ansible-qubes/library/qubesformation.py {{ .host.home }}/.local/share/ansible-qubes/library/qubesformation.py
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if .host.qubes -}} {{- if .host.qubes -}}
{{ .host.home }}/.local/src/ansible-qubes/library/qubesguid.py {{ .host.home }}/.local/share/ansible-qubes/library/qubesguid.py
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if .host.qubes -}} {{- if .host.qubes -}}
{{ .host.home }}/.local/src/ansible-qubes/library/qubessls.py {{ .host.home }}/.local/share/ansible-qubes/library/qubessls.py
{{- end -}} {{- end -}}

View file

@ -1,4 +1,4 @@
{{- if .host.qubes -}} {{- if .host.qubes -}}
{{ .host.home }}/.local/src/ansible-qubes/lookup_plugins/jq.py {{ .host.home }}/.local/share/ansible-qubes/lookup_plugins/jq.py
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if .host.qubes -}} {{- if .host.qubes -}}
{{ .host.home }}/.local/src/ansible-qubes/lookup_plugins/qubes-pass.py {{ .host.home }}/.local/share/ansible-qubes/lookup_plugins/qubes-pass.py
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "linux" -}} {{- if eq .host.distro.family "linux" -}}
{{ .host.home }}/.local/src/betelgeuse/share/kde4/apps/desktoptheme/default {{ .host.home }}/.local/share/betelgeuse/share/kde4/apps/desktoptheme/default
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "linux" -}} {{- if eq .host.distro.family "linux" -}}
{{ .host.home }}/.local/src/betelgeuse/share/Kvantum {{ .host.home }}/.local/share/betelgeuse/share/Kvantum
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "linux" -}} {{- if eq .host.distro.family "linux" -}}
{{ .host.home }}/.local/src/betelgeuse/share/aurorae {{ .host.home }}/.local/share/betelgeuse/share/aurorae
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "linux" -}} {{- if eq .host.distro.family "linux" -}}
{{ .host.home }}/.local/src/betelgeuse/share/color-schemes {{ .host.home }}/.local/share/betelgeuse/share/color-schemes
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "linux" -}} {{- if eq .host.distro.family "linux" -}}
{{ .host.home }}/.local/src/betelgeuse/share/grub {{ .host.home }}/.local/share/betelgeuse/share/grub
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "linux" -}} {{- if eq .host.distro.family "linux" -}}
{{ .host.home }}/.local/src/betelgeuse/share/icons {{ .host.home }}/.local/share/betelgeuse/share/icons
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "linux" -}} {{- if eq .host.distro.family "linux" -}}
{{ .host.home }}/.local/src/betelgeuse/share/konsole {{ .host.home }}/.local/share/betelgeuse/share/konsole
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "linux" -}} {{- if eq .host.distro.family "linux" -}}
{{ .host.home }}/.local/src/betelgeuse/share/plasma {{ .host.home }}/.local/share/betelgeuse/share/plasma
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "linux" -}} {{- if eq .host.distro.family "linux" -}}
{{ .host.home }}/.local/src/betelgeuse/share/plymouth {{ .host.home }}/.local/share/betelgeuse/share/plymouth
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "linux" -}} {{- if eq .host.distro.family "linux" -}}
{{ .host.home }}/.local/src/betelgeuse/share/sddm {{ .host.home }}/.local/share/betelgeuse/share/sddm
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "linux" -}} {{- if eq .host.distro.family "linux" -}}
{{ .host.home }}/.local/src/betelgeuse/share/sounds {{ .host.home }}/.local/share/betelgeuse/share/sounds
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "linux" -}} {{- if eq .host.distro.family "linux" -}}
{{ .host.home }}/.local/src/betelgeuse/share/themes {{ .host.home }}/.local/share/betelgeuse/share/themes
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "linux" -}} {{- if eq .host.distro.family "linux" -}}
{{ .host.home }}/.local/src/betelgeuse/share/wallpapers {{ .host.home }}/.local/share/betelgeuse/share/wallpapers
{{- end -}} {{- end -}}

View file

@ -1,3 +1,3 @@
{{- if eq .host.distro.family "linux" -}} {{- if eq .host.distro.family "linux" -}}
{{ .host.home }}/.local/src/betelgeuse/share/xfce4/terminal/colorschemes {{ .host.home }}/.local/share/betelgeuse/share/xfce4/terminal/colorschemes
{{- end -}} {{- end -}}