add script to install flatpaks

This commit is contained in:
Anthony Rodriguez 2024-02-14 10:12:12 +01:00
parent ee82520397
commit f3014259fb
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
3 changed files with 10 additions and 0 deletions

View file

@ -1,6 +1,7 @@
README.md README.md
screenshots screenshots
*_packages *_packages
flatpaks
.gnupg .gnupg
dev-container-install.sh dev-container-install.sh

3
flatpaks Normal file
View file

@ -0,0 +1,3 @@
com.getpostman.Postman
com.spotify.Client
one.ablaze.floorp

View file

@ -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