Created
June 25, 2021 17:32
-
-
Save frullah/5cd0517ddfb51633d492d8729326360f to your computer and use it in GitHub Desktop.
zsh fresh installation with starship
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 | |
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
sh -c "$(curl -fsSL https://starship.rs/install.sh)" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment