mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
Add NVM
This commit is contained in:
parent
7d99357777
commit
fc9b82da11
1 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||
echo $'\n'$"Ready for REBOOT"
|
||||
|
|
|
|||
Loading…
Reference in a new issue