Update 15 files

- /home/dot_local/share/symlink_Kvantum.tmpl
- /home/dot_local/share/symlink_plasma.tmpl
- /home/dot_local/share/symlink_sddm.tmpl
- /home/dot_local/share/symlink_wallpapers.tmpl
- /home/dot_local/share/symlink_konsole.tmpl
- /home/dot_local/share/symlink_icons.tmpl
- /home/dot_local/share/symlink_grub.tmpl
- /home/dot_local/share/symlink_color-schemes.tmpl
- /home/dot_local/share/symlink_kde4.tmpl
- /home/dot_local/share/symlink_sounds.tmpl
- /home/dot_local/share/symlink_aurorae.tmpl
- /home/dot_local/share/symlink_plymouth.tmpl
- /home/dot_local/share/symlink_themes.tmpl
- /home/dot_local/share/xfce4/terminal/symlink_colorschemes.tmpl
- /home/dot_local/share/kde4/apps/desktoptheme/symlink_default.tmpl
This commit is contained in:
Brian Zalewski 2023-01-09 15:53:52 +00:00
parent d6d3b2d121
commit ba73b12309
15 changed files with 45 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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