mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
refactor(install-script): Add flatpak installs
This commit is contained in:
@@ -56,8 +56,9 @@ main() {
|
||||
|
||||
./install-os-packages.sh
|
||||
|
||||
# Skip brew installation on FreeBSD
|
||||
# Skip flatpak & brew installations on FreeBSD
|
||||
if [ "$(uname -s)" != "FreeBSD" ]; then
|
||||
./install-flatpak-packages.sh
|
||||
./install-brew-packages.sh
|
||||
fi
|
||||
|
||||
|
||||
@@ -1,14 +1,9 @@
|
||||
# Lines that start with # are ignored
|
||||
# TIP: Only add GUI apps that aren't available/updated on OS repos
|
||||
com.brave.Browser
|
||||
org.mozilla.firefox
|
||||
org.libreoffice.LibreOffice
|
||||
# TIP: Use flatpak for apps where:
|
||||
# 1. Getting regular update is essential (compatibility)
|
||||
# 2. They aren't available through OS packages or linuxbrew
|
||||
# These are always HUGE bundles
|
||||
com.mattermost.Desktop
|
||||
md.obsidian.Obsidian
|
||||
com.getpostman.Postman
|
||||
#com.slack.Slack
|
||||
com.github.tchx84.Flatseal
|
||||
org.kde.okular
|
||||
com.skype.Client
|
||||
io.github.zen_browser.zen
|
||||
#org.kde.KStyle.Kvantum
|
||||
md.obsidian.Obsidian
|
||||
org.libreoffice.LibreOffice
|
||||
|
||||
@@ -67,6 +67,7 @@ bash
|
||||
bat
|
||||
bleachbit
|
||||
btop
|
||||
conntrack-tools
|
||||
curl
|
||||
dolphin
|
||||
dolphin-plugins
|
||||
@@ -89,6 +90,8 @@ gzip
|
||||
htop
|
||||
imagemagick
|
||||
inxi
|
||||
iproute
|
||||
iproute2
|
||||
kde-spectacle
|
||||
kitty
|
||||
kitty-terminfo
|
||||
|
||||
Reference in New Issue
Block a user