diff --git a/environment/SetupLinux.sh b/environment/SetupLinux.sh index c53a83c..b9a710c 100644 --- a/environment/SetupLinux.sh +++ b/environment/SetupLinux.sh @@ -105,7 +105,9 @@ sudo apt install fonts-firacode fonts-open-sans -y -q # Install Applications ## Coding -flatpak install flathub io.dbeaver.DBeaverCommunity + +### Node Version Manager +curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash ## Browser sudo apt install apt-transport-https curl @@ -221,4 +223,4 @@ codium --install-extension RobbOwen.synthwave-vscode # Gotta reboot now: sudo apt update -qq && sudo apt upgrade -y && sudo apt autoremove -y -echo $'\n'$"Ready for REBOOT" \ No newline at end of file +echo $'\n'$"Ready for REBOOT"