Installing Starship 🚀
23/03/2024 Tool 1 min read
Table Of Contents
Prerequisities
- Terminal of your choice
- Nerd Font - Any font with the Nerd Font patch to display icons in the terminal
- Git Bash - I am using git bash primarily, you can use any other.
Installation
Install Starship using any package manager available on your machine. Detailed installation guides for various platforms are available on the official website.
Download using Package Manager
Setup
Once installed, integrate Starship into your shell startup process:
- Open your
~/.bashrc
file (or equivalent for your shell). - Add the following line to the end of the file:
- Save the file and either restart your terminal or source the
~/.bashrc
for the changes to take effect.