add script to install flatpaks
This commit is contained in:
parent
ee82520397
commit
f3014259fb
3 changed files with 10 additions and 0 deletions
|
@ -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
3
flatpaks
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
com.getpostman.Postman
|
||||||
|
com.spotify.Client
|
||||||
|
one.ablaze.floorp
|
6
run_once_5_install_flatpaks.sh.tmpl
Normal file
6
run_once_5_install_flatpaks.sh.tmpl
Normal 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
|
Loading…
Reference in a new issue