added install script as well as auto-updates.

This commit is contained in:
2026-05-17 15:17:39 +02:00
parent 38c11b2e56
commit ca935ca511
6 changed files with 95 additions and 5 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/bin/bash
echo "installing pre-requisites"
sudo pacman -Syu ghostty firefox dms-shell yay git nautilus brightnessctl pipewire-pulse pipewire matugen adw-gtk-theme wl-copy hyprshot grim satty stow
yay -S mangowm-git dsearch-bin
WORKINGDIR=$(pwd)
if [ $WORKINGDIR != "/home/$(whoami)/SDG-OS"]; then
ln -sf $WORKINGDIR /home/$(whoami)
fi
stow .
echo "on" > ~/.config/SDGupdate.state
chmod -R a+x ~/.config/sdgos
echo "installation complete! you should now be able to log out and switch to \"mango\""