diff --git a/dotenv.sh b/dotenv.sh index d2e1ef8..916a50a 100755 --- a/dotenv.sh +++ b/dotenv.sh @@ -33,5 +33,6 @@ source ~/.nvm/nvm.sh # Plasma Desktop if [[ "$XDG_CURRENT_DESKTOP" -eq "KDE" ]]; then - ./scripts/install-plasma.sh + echo "Plasma desktop crap disabled" + #./scripts/install-plasma.sh fi \ No newline at end of file