first commit

This commit is contained in:
Tootbrute 2025-05-18 21:41:41 +08:00
commit 0576c29135
13 changed files with 479 additions and 0 deletions

29
scripts/flatpak-install.sh Executable file
View file

@ -0,0 +1,29 @@
#!/run/current-system/sw/bin/bash
# flatpak list --columns=application
# find flatpaks that are important
# add them to this variable
MY_FLATPAKS="
md.obsidian.Obsidian
org.localsend.localsend_app
org.torproject.torbrowser-launcher
org.videolan.VLC
chat.simplex.simplex
io.github.flattool.Warehouse
io.missioncenter.MissionCenter
io.github.celluloid_player.Celluloid
io.github.dweymouth.supersonic
com.github.tchx84.Flatseal
com.brave.Browser
com.mattjakeman.ExtensionManager
io.github.ungoogled_software.ungoogled_chromium
io.gitlab.librewolf-community
com.valvesoftware.Steam
"
#MY_FLATPAKS=(
# org.gimp.GIMP
# md.obsidian.Obsidian
# )
flatpak install --assumeyes $MY_FLATPAKS