Files
dotfiles/setup.d/10-starship.sh
Vasili Svirydau 6b2245dd16 mac changes
2021-04-28 23:47:04 -07:00

6 lines
127 B
Bash
Executable File

#!/bin/bash
if ! command -v /usr/local/bin/starship > /dev/null; then
curl -fsSL https://starship.rs/install.sh | bash
fi