Skip to content

Instantly share code, notes, and snippets.

@viankakrisna
Last active March 9, 2024 17:43
Show Gist options
  • Save viankakrisna/99afadb542594b3291ee5993a4f2edfb to your computer and use it in GitHub Desktop.
Save viankakrisna/99afadb542594b3291ee5993a4f2edfb to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt install curl -y
/bin/bash -c "$(curl -sL https://git.io/vokNn)"
sudo apt-fast upgrade -y
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
nvm install 20
curl -o- -L https://yarnpkg.com/install.sh | bash
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
wget https://www.realvnc.com/download/file/vnc.files/VNC-Server-6.7.1-Linux-x64.deb
sudo dpkg -i VNC-Server-6.7.1-Linux-x64.deb
sudo snap install code --classic &
sudo snap install slack --classic &
sudo snap install spotify &
sudo apt-fast install git -y
mkdir Projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment