diff options
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -280,6 +280,8 @@ alias .....="cd ../../../.." alias bc="bc -q" alias c="rsync -P" EOF +curl -sS https://starship.rs/install.sh | sh +mkdir -p ~/.config/ curl -L https://starship.rs/config-schema.json --output ~/.config/starship-schema.json tee ~/.config/starship.toml << EOF "\$schema" = '~/.config/starship-schema.json' |