Warning
This repository will not receive any further updates, as my dotfiles is already set up for general use. For future improvements, please feel free to see my dotfiles repo here.
oh-my-starship is my customized terminal prompt for the Z shell (zsh). While Starship is compatible with various shells beyond zsh. I chose it over Starship instead of Powerlevel10k due to its ease of customization. Starship allows you to create a prompt that is either minimalistic or feature-rich as you would like it to be.
- A compatible shell: bash, zsh, fish, powershell, or any other shell.
- A terminal emulator installed. I'm using Alacritty btw.
- A Nerd Font installed and enabled in your terminal.
NOTE: If you are using other than zsh, please refer to the official documentation for installation instructions. See documentation
Follow these command to install this Starship:
- Install Starship.
curl -sS https://starship.rs/install.sh | sh
- Restart your shell.
source ~/.zshrc # Replace with the appropriate file for your shell
Starship is configured through a starship.toml
file. By default, Starship searches for the file in ~/.config/starship.toml
. For detailed information, please refer to the official documentation.
Follow this command to use this Starship:
git clone https://github.com/haedarrfd/oh-my-starship ~/.config
After that, reopen your terminal and see what happens.
I use Starhip for prompt with custom themes. You can use another themes for example Powerlevel10k. If you'd still like to use starhip, I'll leave my repo where you can check on my starship setup here.