Skip to content

Instantly share code, notes, and snippets.

@drucoder
Created April 25, 2020 13:03
Show Gist options
  • Save drucoder/b3e3a10d1f4757565de2ce4a96f10699 to your computer and use it in GitHub Desktop.
Save drucoder/b3e3a10d1f4757565de2ce4a96f10699 to your computer and use it in GitHub Desktop.
Prepare linux to usage
#! /usr/bin/env bash
sudo apt install -y mc git vim chromium-browser htop
curl -s "https://get.sdkman.io" | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment