Browse Source

Added XFCE packages. Change to your liking.

master
Ermanno Ferrari 3 years ago
parent
commit
964d4da36f
1 changed files with 31 additions and 0 deletions
  1. +31
    -0
      xfce.sh

+ 31
- 0
xfce.sh View File

@ -0,0 +1,31 @@
#!/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
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 lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings xfce4 xfce4-goodies firefox simplescreenrecorder arc-gtk-theme arc-icon-theme obs-studio vlc
sudo flatpak install -y spotify
sudo flatpak install -y kdenlive
sudo systemctl enable lightdm
/bin/echo -e "\e[1;32mREBOOTING IN 5..4..3..2..1..\e[0m"
sleep 5
sudo reboot

Loading…
Cancel
Save