diff --git a/rp-os-ae.sh b/rp-os-ae.sh
index c1682ed..8f39d31 100644
--- a/rp-os-ae.sh
+++ b/rp-os-ae.sh
@@ -1,6 +1,10 @@
 #!/usr/bin/env bash
+
 set -e
+
 # RaveOS Setup Script
+
+# Text Colours
 bold=$(tput bold)      # ${bold}
 normal=$(tput sgr0)    # ${normal}
 yellow=$(tput setaf 3) # ${yellow}
@@ -62,5 +66,6 @@ SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER
     set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.png
 
     sudo rm /etc/sudoers.d/99*
+    sudo rm -rf /home/$USER/cosmetics
 
     reboot
\ No newline at end of file