Created
April 25, 2020 13:03
-
-
Save drucoder/b3e3a10d1f4757565de2ce4a96f10699 to your computer and use it in GitHub Desktop.
Prepare linux to usage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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