dotfiles/.chezmoiscripts/run_install_starship.sh.tmpl

5 lines
172 B
Cheetah
Raw Normal View History

2023-12-21 14:37:29 +00:00
{{ if (lookPath "starship" | not) }}
2023-10-10 20:22:26 +00:00
#!/bin/bash
2023-12-21 14:21:05 +00:00
mkdir -p $HOME/.local/bin && curl -sS https://starship.rs/install.sh | sh -s -- --yes --bin-dir $HOME/.local/bin
2023-12-21 14:37:29 +00:00
{{ end }}