updated install.
This commit is contained in:
+8
-8
@@ -33,19 +33,19 @@ mv /home/$(whoami)/.p10k.zsh /home/$(whoami)/.p10k.zsh-old-$RANDOM
|
||||
cp /home/$(whoami)/.config/sdgos/p10k.zsh /home/$(whoami)/.p10k.zsh
|
||||
|
||||
chmod -R a+x ~/.config/sdgos
|
||||
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
|
||||
sudo ln -sf /home/$(whoami)/.config/sdgos/fastfetch/fetch-conf.sh /usr/bin/fetchconf
|
||||
sudo 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//mango-config.sh /usr/bin/mangoconf-editor
|
||||
sudo ln -sf /home/$(whoami)/.config/sdgos/config-overview/menu.sh /usr/bin/mangoconf-viewer
|
||||
sudo ln -sf /home/$(whoami)/.config/sdgos//mango-config.sh /usr/bin/mangoconf-editor
|
||||
|
||||
ln -sf /home/$(whoami)/.config/sdgos/help/cmd-help.sh /usr/bin/cmdhelp
|
||||
sudo 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
|
||||
sudo 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
|
||||
sudo ln -sf /home/$(whoami)/.config/sdgos/tuis/projectselect.sh /usr/bin/projects
|
||||
|
||||
ln -sf /home/$(whoami)/.config/sdgos/wallpapers/setwallpapergroup.sh /usr/bin/wallpaper-select
|
||||
sudo ln -sf /home/$(whoami)/.config/sdgos/wallpapers/setwallpapergroup.sh /usr/bin/wallpaper-select
|
||||
|
||||
|
||||
echo "SDG-OS comes with the following optional extra scripts:"
|
||||
|
||||
Reference in New Issue
Block a user