Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 865 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 865 Bytes

Starship prompt configuration

  1. Install starship
  sudo pacman -S starship
  1. Add the following to your shell configuration file
  eval "$(starship init bash)"

Warning

If you are using different shell then read the docs for that shell. read docs

  1. Restart your shell & done.
  ~/.bashrc

Customizing starship

  1. if you haven't clone the repo yet, clone it.
  git clone https://github.com/sujit-shrc/dotfiles.git

else simply copy the starship config's.

  cp dotfiles/starship/ ~/.config/
  1. Update the shell configs to use the new starship config.
  sudo nano ~/.bashrc
  # add the following line
  export STARSHIP_CONFIG=~/.config/starship/starship.toml
  1. Restart your shell & done.
  ~/.bashrc