tags:
- ✏️Note
related:
- "[[01 - Tools]]"
winget install --id Starship.Starship
Add-Content -Path $PROFILE "Invoke-Expression (&starship init powershell)"
curl -sS https://starship.rs/install.sh | sh
echo 'eval "$(starship init bash)"' >> ~/.bashrc
pacman -S starship
apt install starship
echo 'starship init fish | source' >> ~/.config/fish/config.fish
brew install starship
starship init fish | source
echo 'starship init fish | source' >> ~/.config/fish/config.fish
conda install -c conda-forge starship
curl -sS https://starship.rs/install.sh | sh