Archlinux basic installation configuration scripts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
851 B

3 years ago
3 years ago
3 years ago
  1. #!/bin/bash
  2. sudo timedatectl set-ntp true
  3. sudo hwclock --systohc
  4. sudo reflector -c Switzerland -a 6 --sort rate --save /etc/pacman.d/mirrorlist
  5. sudo firewall-cmd --add-port=1025-65535/tcp --permanent
  6. sudo firewall-cmd --add-port=1025-65535/udp --permanent
  7. sudo firewall-cmd --reload
  8. git clone https://aur.archlinux.org/pikaur.git
  9. cd pikaur/
  10. makepkg -si --noconfirm
  11. #pikaur -S --noconfirm system76-power
  12. #sudo systemctl enable --now system76-power
  13. #sudo system76-power graphics integrated
  14. #pikaur -S --noconfirm auto-cpufreq
  15. #sudo systemctl enable --now auto-cpufreq
  16. sudo pacman -S --noconfirm xorg sddm plasma kde-applications firefox simplescreenrecorder obs-studio vlc papirus-icon-theme kdenlive materia-kde
  17. sudo flatpak install -y spotify
  18. sudo systemctl enable sddm
  19. /bin/echo -e "\e[1;32mREBOOTING IN 5..4..3..2..1..\e[0m"
  20. sleep 5
  21. reboot