diff --git a/.chezmoiignore b/.chezmoiignore index 4fa58e6..12e50bd 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,6 +1,7 @@ README.md screenshots *_packages +flatpaks .gnupg dev-container-install.sh diff --git a/flatpaks b/flatpaks new file mode 100644 index 0000000..ff72653 --- /dev/null +++ b/flatpaks @@ -0,0 +1,3 @@ +com.getpostman.Postman +com.spotify.Client +one.ablaze.floorp diff --git a/run_once_5_install_flatpaks.sh.tmpl b/run_once_5_install_flatpaks.sh.tmpl new file mode 100644 index 0000000..50b5be9 --- /dev/null +++ b/run_once_5_install_flatpaks.sh.tmpl @@ -0,0 +1,6 @@ +#!/bin/sh +# allow gtk themes to work with flatpaks +sudo flatpak override --filesystem=$HOME/.themes +sudo flatpak override --filesystem=$HOME/.icons + +xargs -a {{ .chezmoi.sourceDir -}}/flatpaks flatpak install