amazing new dotenv including manjaro

This commit is contained in:
2022-04-23 23:49:02 -07:00
parent 2da8f2bcae
commit f9f13f64c5
11 changed files with 117 additions and 450 deletions

View File

@ -24,15 +24,23 @@ if [ -f "/etc/debian_version" ]; then
./scripts/install-debian.sh
fi
# Node JS
# Update flatpak
flatpak update --assumeyes
# Node JS / NVM
./scripts/install-node.sh
source ~/.nvm/nvm.sh
# Ruby / RVM
./scripts/install-rvm.sh
source ~/.rvm/scripts/rvm
# VIM
./scripts/install-vim.sh
# Plasma Desktop
if [[ "$XDG_CURRENT_DESKTOP" -eq "KDE" ]]; then
echo "Plasma desktop crap disabled"
#./scripts/install-plasma.sh
fi
if [[ "$DESKTOP_SESSION" -eq "plasma" ]]; then
./scripts/install-plasma.sh
fi
# Iosevka