added scripts only install, updated install to include some utilities as commands and added scripts.MD.

This commit is contained in:
2026-06-02 23:10:14 +02:00
parent cd1e8a11f9
commit 3f5ea656bf
4 changed files with 98 additions and 2 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/bin/bash
WORKINGDIR=$(pwd)
cp -r $WORKINGDIR/sdgos ~/.config
ln -sf /home/$(whoami)/.config/sdgos/fastfetch/fetch-conf.sh /usr/bin/fetchconf
ln -sf /home/$(whoami)/.config/sdgos/fastfetch/fetch.sh /usr/bin/fetch
ln -sf /home/$(whoami)/.config/sdgos/config-overview/menu.sh /usr/bin/mangoconf-viewer
ln -sf /home/$(whoami)/.config/sdgos/help/cmd-help.sh /usr/bin/cmdhelp
ln -sf /home/$(whoami)/.config/sdgos/tuis/layout-switch.sh /usr/bin/mango-layout
ln -sf /home/$(whoami)/.config/sdgos/tuis/projectselect.sh /usr/bin/projects
echo "projects" > ~/.config/projectdir.state
ln -sf /home/$(whoami)/.config/sdgos/wallpapers/setwallpapergroup.sh /usr/bin/wallpaper-select