This commit is contained in:
Bradley Shellnut 2021-12-26 04:50:03 +00:00 committed by GitHub
parent 7d99357777
commit fc9b82da11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,9 @@ sudo apt install fonts-firacode fonts-open-sans -y -q
# Install Applications # Install Applications
## Coding ## 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 ## Browser
sudo apt install apt-transport-https curl sudo apt install apt-transport-https curl
@ -221,4 +223,4 @@ codium --install-extension RobbOwen.synthwave-vscode
# Gotta reboot now: # Gotta reboot now:
sudo apt update -qq && sudo apt upgrade -y && sudo apt autoremove -y sudo apt update -qq && sudo apt upgrade -y && sudo apt autoremove -y
echo $'\n'$"Ready for REBOOT" echo $'\n'$"Ready for REBOOT"