Add homebrew progs

This commit is contained in:
Jeffrey Serio 2025-04-06 06:36:48 -05:00
parent b9df55687b
commit f33d42962b

View File

@ -50,6 +50,11 @@ clean-dotfiles:
rm -fv {{configdir}}/starship.toml
rm -rfv {{configdir}}/zellij
homebrew-progs:
#!/usr/bin/env bash
progs=(bat diff-so-fancy duf fastfetch fzf glow gum hugo lnav lsd newsboat nushell starship tealdeer yazi zellij)
for i in "${progs[@]}"; do brew install "$i"; done
go-tools:
go install golang.org/x/tools/gopls@latest
go install github.com/fatih/gomodifytags@latest