Skip to content

redjax/starship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Starship Configuration

GitHub Created At GitHub last commit GitHub commits this year GitHub repo size

My configurations repository for the Starship shell.

Requirements

  • A Nerd Font
  • Starship
    • Linux:
      • curl -sS https://starship.rs/install.sh | sh
    • Windows:
      • winget: winget install Starship.Starship
      • scoop: scoop install starship
      • chocolatey: choco install starship

Setup

After installing Starship, you need to initialize it with your shell.

  • Linux:
    • Add this to ~/.bashrc:
eval "$(starship init bash)"
  • Windows:
    • Add this to your $PROFILE (you can edit your profile easily with notepad.exe $PROFILE):
Invoke-Expression (&starship init powershell)

Manual

Choose a Starship configuration and symlink it to $HOME/.config/starship.toml.

Linux

## Replace _default.toml with any config you want to use in the ./configs path
ln -s /path/to/this/repo/configs/_default.toml $HOME/.config/starship.toml

Windows

New-Item -Path C:\Users\$env:USERNAME\.config\starship.toml -ItemType SymbolicLink -Target .\configs\_default.toml ## Choose any .toml file in the configs/ path

Notes

...

Links

About

My starship configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published