mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add minimal starship prompt to terminal
Co-authored-by: @tobi
This commit is contained in:
6
migrations/1755436367.sh
Normal file
6
migrations/1755436367.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
echo "Add minimal starship prompt to terminal"
|
||||
|
||||
if command -v starship &>/dev/null; then
|
||||
yay -S --noconfirm starship
|
||||
cp $OMARCHY_PATH/config/starship.toml ~/.config/starship.toml
|
||||
fi
|
||||
Reference in New Issue
Block a user