Skip to content

Instantly share code, notes, and snippets.

@IamDinni
Last active March 13, 2021 17:20
Show Gist options
  • Save IamDinni/5d475088e861fd0c3988d6b6cf9fb859 to your computer and use it in GitHub Desktop.
Save IamDinni/5d475088e861fd0c3988d6b6cf9fb859 to your computer and use it in GitHub Desktop.
Linux Environment Setup
sudo apt update
sudo apt upgrade
sudo apt install curl git firefox eddy zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | zsh
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && zsh Miniconda3-latest-Linux-x86_64.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment