dotfiles/.chezmoiscripts/run_install_starship.sh.tmpl

5 lines
No EOL
170 B
Cheetah
Executable file

{{ if (lookPath "starship" | not)}}
#!/bin/bash
mkdir -p $HOME/.local/bin && curl -sS https://starship.rs/install.sh | sh -s -- --yes --bin-dir $HOME/.local/bin
{{ end}}