Skip to content

Instantly share code, notes, and snippets.

@duard
Last active May 31, 2020 13:36
Show Gist options
  • Save duard/00ba8bd10d4b83e2281f3a7e01ef83f1 to your computer and use it in GitHub Desktop.
Save duard/00ba8bd10d4b83e2281f3a7e01ef83f1 to your computer and use it in GitHub Desktop.
Windows WSL2 zsh ubuntu bash configuration
sudo apt update;
sudo apt install git zsh -y;
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)";
cd ~/Downloads
git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt"
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/zdharma/zinit/master/doc/install.sh)"
```code
sudo apt-get update
sudo apt upgrade
```
Install everything
```code
sudo apt install -y git powerline fonts-powerline zsh build-essential git g++ gnutls-bin valac intltool software-properties-common
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment