Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Starship Prompt

My personal starship configuration.


Prerequisites


Installation

Preview the installation script:

curl -fsSL https://raw.githubusercontent.com/Maelkiz/starship-config/main/install.sh | less

After verifying install the config:

curl -fsSL https://raw.githubusercontent.com/Maelkiz/starship-config/main/install.sh | sh

Make your shell initialize starship on startup::

# Bash
grep -qxF 'eval "$(starship init bash)"' ~/.bashrc || echo 'eval "$(starship init bash)"' >> ~/.bashrc
source ~/.bashrc
# Zsh
grep -qxF 'eval "$(starship init zsh)"' ~/.zshrc || echo 'eval "$(starship init zsh)"' >> ~/.zshrc
source ~/.zshrc
# Fish
mkdir -p ~/.config/fish
grep -qxF 'starship init fish | source' ~/.config/fish/config.fish || echo 'starship init fish | source' >> ~/.config/fish/config.fish
source ~/.config/fish/config.fish

About

Just my starship configuration.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages