Skip to content

Instantly share code, notes, and snippets.

@Wamphyril
Wamphyril / readme.md
Created September 25, 2022 19:30
Ubuntu 20x WSL Install
$ apt update && apt upgrade
$ apt install zsh
$ chsh -s $(which zsh)
$ apt install curl wget git
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
$ zsh
$ nano ~/.zshrc # plugins=(git nvm composer wp-cli yarn zsh-autosuggestions zsh-syntax-highlighting)
# https://gist.github.com/andriilive/b9392203776acd958707ec8fc50c83f6
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash # close and open terminal