-
Notifications
You must be signed in to change notification settings - Fork 0
/
aurora_post-install.sh
executable file
·42 lines (32 loc) · 1.59 KB
/
aurora_post-install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#!/bin/bash
# This script will install the Vimix KDE theme and Papirus icons and install the Brave web browser, VSCodium, and the Pinta image editor on Aurora, and some more useful software.
# Install the Papirus icon theme.
rpm-ostree install papirus-icon-theme
# Install the Vimix KDE theme.
rpm-ostree install kvantum
git clone https://github.com/vinceliuice/Vimix-kde.git $HOME/Vimix-kde
cd $HOME/Vimix-kde
./install.sh -t doder
# Cleanup
cd $HOME
rm -rf Vimix-kde
# Remove Firefox and other junk.
flatpak uninstall -y org.mozilla.firefox org.fedoraproject.MediaWriter org.kde.haruna org.kde.kontact org.gnome.World.PikaBackup org.gnome.DejaDup
# Install the Brave web browser and VSCodium.
flatpak install -y com.brave.Browser com.vscodium.codium
# Configure VSCodium.
mkdir -p $HOME/.var/app/com.vscodium.codium/config/VSCodium/User && cp -v $HOME/linux-stuff/Dotfiles/config/VSCodium/User/settings.json $HOME/.var/app/com.vscodium.codium/config/VSCodium/User/settings.json
flatpak run com.vscodium.codium --install-extension qyurila.ayu-midas
flatpak run com.vscodium.codium --install-extension jeff-hykin.better-shellscript-syntax
flatpak run com.vscodium.codium --install-extension file-icons.file-icons
flatpak run com.vscodium.codium --install-extension miguelsolorio.fluent-icons
# Install the Pinta image editor.
flatpak install -y com.github.PintaProject.Pinta
# Install Audacity.
flatpak install -y org.audacityteam.Audacity
# Install VLC.
flatpak install -y org.videolan.VLC
# Install qBittorrent.
flatpak install -y org.qbittorrent.qBittorrent
# Install Spotify.
flatpak install -y com.spotify.Client