#!/bin/bash sudo timedatectl set-ntp true sudo hwclock --systohc sudo reflector -c Switzerland -a 12 --sort rate --save /etc/pacman.d/mirrorlist sudo firewall-cmd --add-port=1025-65535/tcp --permanent sudo firewall-cmd --add-port=1025-65535/udp --permanent sudo firewall-cmd --reload # sudo virsh net-autostart default git clone https://aur.archlinux.org/pikaur.git cd pikaur/ makepkg -si --noconfirm #pikaur -S --noconfirm system76-power #sudo systemctl enable --now system76-power #sudo system76-power graphics integrated #pikaur -S --noconfirm gnome-shell-extension-system76-power-git #pikaur -S --noconfirm auto-cpufreq #sudo systemctl enable --now auto-cpufreq sudo pacman -S --noconfirm xorg gdm gnome gnome-extra firefox gnome-tweaks simplescreenrecorder arc-gtk-theme arc-icon-theme obs-studio vlc dina-font tamsyn-font bdf-unifont ttf-bitstream-vera ttf-croscore ttf-dejavu ttf-droid gnu-free-fonts ttf-ibm-plex ttf-liberation ttf-linux-libertine noto-fonts ttf-roboto tex-gyre-fonts ttf-ubuntu-font-family ttf-anonymous-pro ttf-cascadia-code ttf-fantasque-sans-mono ttf-fira-mono ttf-hack ttf-fira-code ttf-inconsolata ttf-jetbrains-mono ttf-monofur adobe-source-code-pro-fonts cantarell-fonts inter-font ttf-opensans gentium-plus-font ttf-junicode adobe-source-han-sans-otc-fonts adobe-source-han-serif-otc-fonts noto-fonts-cjk noto-fonts-emoji sudo flatpak install -y spotify sudo flatpak install -y kdenlive sudo systemctl enable gdm /bin/echo -e "\e[1;32mREBOOTING IN 5..4..3..2..1..\e[0m" sleep 5 sudo reboot