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"
|
2024-01-23 12:34:41 -08:00
|
|
|
brew_install "Zsh Autosuggestions" "zsh-autosuggestions"
|
2024-01-23 12:48:47 -08:00
|
|
|
brew_install "The Fuck" "thefuck"
|