Skip to content

Instantly share code, notes, and snippets.

@oberdandev
Created December 17, 2023 01:59
my_config_bash_ubuntu
sudo apt update -y &&
sudo apt upgrade -y &&
sudo apt install gnom-tweaks -y
sudo apt install gnome-shell-extensions -y
sudo apt update && sudo apt dist-upgrade -y
sudo apt install curl
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 21.4.0
nvm install 20.10.0
nvm use 20.10.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment