dotfiles/zsh/install.sh

10 lines
307 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-23 11:54:02 -08:00
brew_install "FiraCode Nerd Font" "font-fira-code-nerd-font" "" "homebrew/cask-fonts"
2024-01-22 21:01:13 -08:00
brew_install "Starship Prompt" "starship"
2024-01-23 09:39:24 -08:00
brew_install "Zsh Syntax Highlighting" "zsh-syntax-highlighting"