Run these commands in a terminal:
sudo apt-get install -y build-essential curl git linux-headers-`uname -r` wget
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.7.8
echo '. $HOME/.asdf/asdf.sh' >> ~/.bashrc
echo '. $HOME/.asdf/completions/asdf.bash' >> ~/.bashrc
. ~/.bashrcRun this command in a terminal:
sudo apt-get install -y zlib1g-dev libssl-dev opensslRun this command in a terminal:
sudo apt-get install -y sqlite libsqlite3-devRun these commands in a terminal:
asdf plugin-add ruby https://github.com/asdf-vm/asdf-ruby.git
asdf install ruby 2.7.1 # OR whichever version you prefer.Run this command in a terminal:
sudo apt-get install -y nodejs npmRun these commands in a terminal:
wget -q https://packagecloud.io/AtomEditor/atom/gpgkey -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main"
sudo apt install atom