From f3014259fb8e0a802ba99a357f1e52c54ca9816a Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 14 Feb 2024 10:12:12 +0100 Subject: [PATCH] add script to install flatpaks --- .chezmoiignore | 1 + flatpaks | 3 +++ run_once_5_install_flatpaks.sh.tmpl | 6 ++++++ 3 files changed, 10 insertions(+) create mode 100644 flatpaks create mode 100644 run_once_5_install_flatpaks.sh.tmpl 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