Update-Flatpak-Packs

This commit is contained in:
Tyleo Dv. Delaware 2025-01-27 19:47:58 +00:00
parent d5420ace8d
commit e5ece7a825

View file

@ -18,6 +18,7 @@ sudo hostnamectl set-hostname --static $NHostname
sleep 3
# Run
clear
sudo dnf makecache
sudo dnf up -y
sudo dnf in "https://hst.tyleo.dev/packages/rpm/ocs-url_fc20.rpm" -y
@ -25,6 +26,7 @@ sudo dnf in gparted duf alien aria2 ffmpeg micro fedora-workstation-repositories
## FLATPAK PACKAGES SETUP - CUSTOMIZE IT - DONT FORGET "\" AT THE END OF LINE (EXCEPTED THE LAST ONE)
# Adding Flathub Source
clear
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
# Downloading Keyguard
@ -79,6 +81,10 @@ com.quexten.Goldwarden \
info.smplayer.SMPlayer \
io.github.kukuruzka165.materialgram \
com.usebottles.bottles
# Removing Blacklisted Packs
clear
sudo flatpak remove -y \
io.github.spacingbat3.webcord
sudo flatpak update -y
sudo tee /etc/yum.repos.d/pritunl.repo << EOF
@ -99,6 +105,7 @@ TEMP_FONT_PACKFILE="/tmp/fontpack.tar.gz"
FONTDIR="/usr/share/fonts/custom"
# Preparing Font Directory
clear
sudo mkdir -pv $FONTDIR
# Downloading Assets and Placing Them
@ -117,6 +124,7 @@ sudo dnf remove gnome-text-editor -y
sudo dnf install gedit -y
# Automatic Theming GTK to Fluent Design Purple Theme
clear
mkdir $HOME/.themes
mkdir -p $HOME/.local/icons
@ -162,6 +170,7 @@ sudo usermod --shell /usr/bin/fish $USER
SCR_SOURCE="https://scr.tyleo.dev/runner/exec_wlcm"
SCR_LOCALS="/usr/bin/wlcm"
clear
echo "> Downloading Script ..."
sudo wget "https://scr.tyleo.dev/runner/exec_wlcm" -O "/usr/bin/wlcm"
echo "> Allowing direct execution ... (+x)"
@ -174,6 +183,7 @@ echo https://extensions.gnome.org/extension/3628/arcmenu
echo https://extensions.gnome.org/extension/2890/tray-icons-reloaded/
echo https://extensions.gnome.org/extension/1160/dash-to-panel/
clear
read -p "Reboot System ? " -n 1 -r
echo
if [[ $REPLY =~ ^[Yy]$ ]]