PortValhalla/ManuSurface/setup.sh
2022-11-12 14:46:24 +01:00

51 lines
1.3 KiB
Bash

#!/bin/bash
dir="${BASH_SOURCE%/*}"
popOSRoot="$dir/../scripts/PopOS"
softwareRoot="$popOSRoot/software"
cloudRoot="$popOSRoot/cloud-sync"
# Set Hostname
sudo hostnamectl set-hostname ManuSurface
# Preparation
sudo apt update
sudo apt upgrade
# Install gnome extensions
source "$softwareRoot/gnome-extensions.sh"
# Sync clouds
source "$softwareRoot/rclone/install.sh"
source "$cloudRoot/nextcloud.sh" &
# Install fonts
source "$popOSRoot/fonts.sh"
# Install surface-linux and Secure Boot
source "$popOSRoot/linux-surface.sh"
source "$popOSRoot/secure-boot.sh"
# Install Brave
source "$softwareRoot/brave.sh"
source "$softwareRoot/brave-extensions.sh"
source "$softwareRoot/brave-beta.sh"
source "$softwareRoot/brave-nightly.sh"
# Install further software
source "$softwareRoot/oh-my-posh.sh"
source "$softwareRoot/logo-ls.sh"
source "$softwareRoot/codium.sh"
source "$softwareRoot/code.sh"
source "$softwareRoot/tea.sh"
# Install other flatpaks
flatpak install flathub com.bitwarden.desktop
flatpak install flathub com.github.xournalpp.xournalpp
flatpak install flathub org.signal.Signal
flatpak install flathub com.usebottles.bottles
flatpak install flathub com.mattjakeman.ExtensionManager
flatpak install flathub com.github.wwmm.easyeffects
# Install Steam
sudo apt install steam