Add homebrew progs
This commit is contained in:
parent
b9df55687b
commit
f33d42962b
@ -50,6 +50,11 @@ clean-dotfiles:
|
|||||||
rm -fv {{configdir}}/starship.toml
|
rm -fv {{configdir}}/starship.toml
|
||||||
rm -rfv {{configdir}}/zellij
|
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-tools:
|
||||||
go install golang.org/x/tools/gopls@latest
|
go install golang.org/x/tools/gopls@latest
|
||||||
go install github.com/fatih/gomodifytags@latest
|
go install github.com/fatih/gomodifytags@latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user