download chrome .deb file from https://www.google.com/chrome/
sudo dpkg -i /tmp/mozilla_rubydev0/google-chrome-stable_current_amd64.deb
https://chromedriver.chromium.org/home
sudo mv ~/Downloads/chromedriver /usr/bin/
sudo apt-get install git
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
git config --global core.editor nano
git config --global color.ui true
sudo apt-get install curl
command curl -sSL https://rvm.io/mpapis.asc | gpg --import - \curl -sSL https://get.rvm.io | bash -s stable
rvm install 2.7.3 --default
See https://github.com/nvm-sh/nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
nvm install node
npm install -g yarn
sudo snap install atom --classic
https://code.visualstudio.com/Download
sudo dpkg -i /tmp/mozilla_rubydev0/code_1.58.0-1625728071_amd64.deb