2022-03-23 18:24:02 -04:00
|
|
|
# Copy over unstable repo stuff
|
|
|
|
cp ./files/unstable.list /etc/apt/sources.list.d/unstable.list
|
2022-03-24 03:25:50 -04:00
|
|
|
cp ./files/preferences /etc/apt/preferences
|
2022-03-23 18:24:02 -04:00
|
|
|
|
|
|
|
# Install gnome
|
2022-06-06 21:06:31 -04:00
|
|
|
pacman -Syu gnome-session gnome-shell gnome-backgrounds gnome-applets gnome-control-center mutter gjs gnome-tweaks power-profiles-daemon
|
2022-03-23 18:24:02 -04:00
|
|
|
|
2022-03-25 16:55:43 -04:00
|
|
|
# Make all the monitors swap workspaces together (WHY THE FUCK ISNT THIS DEFAULT GNOME? BRUH.)
|
2022-03-25 14:11:25 -04:00
|
|
|
gsettings set org.gnome.mutter workspaces-only-on-primary false
|
|
|
|
|
2022-03-24 02:04:09 -04:00
|
|
|
echo "gnome installed"
|