Skip to content

cybrcore/cybr-starship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Showcase

starship ↗ (left to right: terminal, terminal, directory, git)

Steps

0. Before you start

curl -L https://github.com/ryanoasis/nerd-fonts/releases/latest/download/GeistMono.zip -o GeistMono.zip
mkdir -p ~/.local/share/fonts
unzip GeistMono.zip -d ~/.local/share/fonts/GeistMono
fc-cache -fv

1. Create config file

micro ~/.config/starship.toml

2. Insert cybrcore theme inside starship.toml

3. Enable transcience in fish

Open config.fish

micro ~/.config/fish/config.fish

Insert at the end:

enable_transience
function starship_transient_prompt_func
  starship module character
end
function starship_transient_rprompt_func
  starship module custom.transient_time
end
starship init fish | source

Restart

exec fish

4. Test

which starship
starship explain
starship print-config | head -n 5

# Should explain and display starship.toml config

#### If not

echo $STARSHIP_CONFIG

# Should point to ~/.config/starship.toml

#### Then run:

set -gx STARSHIP_CONFIG ~/.config/starship.toml
starship init fish | source

About

> lucid theme for Starship

Topics

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors