This commit is contained in:
DeveloperDurp 2025-04-07 05:38:03 -05:00
parent 5c8eaa0a37
commit 5901141cc3
8 changed files with 51 additions and 41 deletions

View file

@ -0,0 +1,20 @@
- name: Load devpod variables if DEVPOD is true
include_vars: "vars/devpod.yml"
- name: install apt
include_tasks: "./scripts/install_apt.yml"
- name: install brew
include_tasks: "./scripts/install_brew.yml"
#- name: install go
# include_tasks: "./scripts/install_go.yml"
- name: install go apps
include_tasks: "./scripts/install_goapps.yml"
- name: configure bat
include_tasks: "./scripts/configure_bat.yml"
- name: trust internal certs
include_tasks: "./scripts/install_local_ca.yml"

View file

@ -0,0 +1,41 @@
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/charmbracelet/vhs@latest
- github.com/charmbracelet/glow@latest
- github.com/swaggo/swag/cmd/swag@latest
- github.com/air-verse/air@latest
- github.com/minio/mc@latest