dotfiles/zsh/install.sh

8 lines
156 B
Bash
Raw Normal View History

2024-01-22 19:23:25 -08:00
#!/usr/bin/env bash
# vim:set ft=bash:
2024-01-22 21:01:13 -08:00
cd "$(dirname "${BASH_SOURCE[0]}")" \
&& . "../homebrew/brew_utils.sh"
2024-01-22 19:23:25 -08:00
2024-01-22 21:01:13 -08:00
brew_install "Starship Prompt" "starship"