Skip to content

Instantly share code, notes, and snippets.

@z1gonzo
Last active March 6, 2022 20:19
Show Gist options
  • Save z1gonzo/c53dcfcba78dd183a2564756186b1bec to your computer and use it in GitHub Desktop.
Save z1gonzo/c53dcfcba78dd183a2564756186b1bec to your computer and use it in GitHub Desktop.
New Ubuntu Setups

sudo apt-get update

sudo apt-get upgrade

OH-MY-ZSH :

sudo apt install zsh

chsh -s $(which zsh)

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

ZSH_THEME="theunraveler"

NMV (check for new versions) https://github.com/nvm-sh/nvm

sudo curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash

markdown-extensions

curl -o .gitignore https://raw.githubusercontent.com/github/gitignore/master/Node.gitignore

///windows terminal "startingDirectory": "//wsl$/Ubuntu/home/user"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment