This script lives as a gist on Github and you too can download it!
# So let's download it straight into /usr/local/bin
curl -fsSL https://bit.ly/get-which-starship -o /usr/local/bin/which-starship
# now let's make it executable
chmod 755 /usr/local/bin/which-starship