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.

35 lines
1.1 KiB

  1. #!/bin/bash
  2. sudo timedatectl set-ntp true
  3. sudo hwclock --systohc
  4. sudo reflector -c Switzerland -a 12 --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 xviewer
  12. pikaur -S --noconfirm xplayer
  13. pikaur -S --noconfirm pix
  14. #pikaur -S --noconfirm system76-power
  15. #sudo systemctl enable --now system76-power
  16. #sudo system76-power graphics integrated
  17. #pikaur -S --noconfirm gnome-shell-extension-system76-power-git
  18. #pikaur -S --noconfirm auto-cpufreq
  19. #sudo systemctl enable --now auto-cpufreq
  20. sudo pacman -S --noconfirm xorg lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings cinnamon firefox simplescreenrecorder arc-gtk-theme arc-icon-theme obs-studio vlc xed xreader metacity gnome-shell
  21. sudo flatpak install -y spotify
  22. sudo flatpak install -y kdenlive
  23. sudo systemctl enable lightdm
  24. /bin/echo -e "\e[1;32mREBOOTING IN 5..4..3..2..1..\e[0m"
  25. sleep 5
  26. sudo reboot