This repository was archived by the owner on Apr 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
Marcellino Abdelmalak edited this page Jul 2, 2022
·
1 revision
- Go into the same directory as 'installer.sh'!
- Create a
config.shfile.touch config.sh
All the packages that this script will install. It has to install 'git' and 'util-linux-user' so you don't need to add those two packages to this variable. The reason it needs to install these packages is because we are planning on using these packages for installing Powerlevel10k and for changing the password of Root.
packagesToInstall=(
"vlc"
"steam"
"gnome-tweaks"
"helvum"
"easyeffects"
"wine"
"bottles"
"pipewire0.2-libs"
"pipewire-doc"
"pipewire-plugin-libcamera"
"papirus-icon-theme"
"discord"
"gh"
)
All the bloat that this script will remove, you don't need to add Firefox (since that's another variable).
packagesToRemove=(
"cheese"
"gnome-contact"
"libreoffice-writer"
"libreoffice-calc"
"libreoffice-impress"
"gnome-photos"
"rhythmbox"
"gnome-system-monitor"
"gnome-text-editor"
"gnome-tour"
"totem"
)