Skip to content

Instantly share code, notes, and snippets.

@frullah
Created June 25, 2021 17:32
Show Gist options
  • Save frullah/5cd0517ddfb51633d492d8729326360f to your computer and use it in GitHub Desktop.
Save frullah/5cd0517ddfb51633d492d8729326360f to your computer and use it in GitHub Desktop.
zsh fresh installation with starship
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