Last active
May 31, 2020 13:36
-
-
Save duard/00ba8bd10d4b83e2281f3a7e01ef83f1 to your computer and use it in GitHub Desktop.
Windows WSL2 zsh ubuntu bash configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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