Added some more plasma stuff

This commit is contained in:
2022-01-06 19:44:26 -08:00
parent 8de009d111
commit f46cd54350
8 changed files with 270 additions and 1 deletions

View File

@ -30,3 +30,8 @@ source ~/.nvm/nvm.sh
# VIM
./scripts/install-vim.sh
# Plasma Desktop
if [[ "$XDG_CURRENT_DESKTOP" -eq "KDE" ]]; then
./scripts/install-plasma.sh
fi