39 lines
579 B
YAML
39 lines
579 B
YAML
install_homebrew_if_missing: true
|
|
|
|
required_packages_brew:
|
|
#- lazygit
|
|
#- glab
|
|
- oh-my-posh
|
|
#- kubernetes-cli
|
|
- zsh-autosuggestions
|
|
#- bitwarden-cli
|
|
#- vivid
|
|
#- yazi
|
|
- zsh-history-substring-search
|
|
#- opentofu
|
|
#- helm
|
|
- bat
|
|
- neovim
|
|
- eza
|
|
- zoxide
|
|
#- ansible
|
|
#- ffmpeg
|
|
#- k9s
|
|
|
|
required_packages_apt:
|
|
- stow
|
|
- zsh
|
|
- curl
|
|
- xsel
|
|
- wget
|
|
- apt-transport-https
|
|
- fzf
|
|
- ripgrep
|
|
- libsecret-tools
|
|
- rclone
|
|
|
|
go_apps:
|
|
- github.com/swaggo/swag/cmd/swag@latest
|
|
- github.com/air-verse/air@latest
|
|
- golang.org/x/tools/gopls@latest
|
|
|