dotfiles/ansible/roles/devpod/vars/devpod.yml

40 lines
579 B
YAML
Raw Normal View History

2025-04-06 20:35:42 -05:00
install_homebrew_if_missing: true
required_packages_brew:
2025-05-17 14:32:25 -05:00
#- lazygit
#- glab
2025-04-06 20:35:42 -05:00
- oh-my-posh
2025-05-17 14:32:25 -05:00
#- kubernetes-cli
2025-04-06 20:35:42 -05:00
- zsh-autosuggestions
2025-05-17 14:32:25 -05:00
#- bitwarden-cli
#- vivid
#- yazi
2025-04-06 20:35:42 -05:00
- zsh-history-substring-search
2025-05-17 14:32:25 -05:00
#- opentofu
#- helm
2025-04-06 20:35:42 -05:00
- bat
- neovim
- eza
- zoxide
2025-05-17 14:32:25 -05:00
#- ansible
#- ffmpeg
#- k9s
2025-04-06 20:35:42 -05:00
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
2025-04-07 05:44:59 -05:00
- golang.org/x/tools/gopls@latest
2025-04-06 20:35:42 -05:00