update
This commit is contained in:
parent
cc9350cd6d
commit
5938aba565
2 changed files with 43 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -5,4 +5,4 @@ run:
|
||||||
ansible-playbook ./ansible/local.yml -K
|
ansible-playbook ./ansible/local.yml -K
|
||||||
|
|
||||||
devpod:
|
devpod:
|
||||||
ansible-playbook ./ansible/local.yml
|
ansible-playbook ./ansible/devpod.yml
|
||||||
|
|
|
||||||
42
ansible/roles/packages/vars/devpod.yml
Normal file
42
ansible/roles/packages/vars/devpod.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
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
|
||||||
|
- vault
|
||||||
|
- 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
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue