Skip to content

Instantly share code, notes, and snippets.

@wormeyman
Last active December 11, 2020 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wormeyman/3e79a08075fb5970352135b6d6c55e60 to your computer and use it in GitHub Desktop.
Save wormeyman/3e79a08075fb5970352135b6d6c55e60 to your computer and use it in GitHub Desktop.
Snaps to install on a fresh 20.10
sudo snap install chromium htop vlc signal-desktop && sudo snap install code --classic && sudo snap install powershell --classic && sudo snap install node --channel=15/stable --classic && sudo snap install vim-editor --beta && alias vim='vim-editor' && alias cd..='cd ..' && sudo apt install git --yes && git config --global user.name "Eric J"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment