update
This commit is contained in:
parent
0b91649bc5
commit
f7c6016f1a
4 changed files with 24 additions and 16 deletions
|
|
@ -4,8 +4,8 @@
|
|||
- name: install apt
|
||||
include_tasks: "./scripts/install_apt.yml"
|
||||
|
||||
- name: install brew
|
||||
include_tasks: "./scripts/install_brew.yml"
|
||||
#- name: install brew
|
||||
# include_tasks: "./scripts/install_brew.yml"
|
||||
|
||||
#- name: install go
|
||||
# include_tasks: "./scripts/install_go.yml"
|
||||
|
|
|
|||
|
|
@ -1,24 +1,24 @@
|
|||
install_homebrew_if_missing: true
|
||||
|
||||
required_packages_brew:
|
||||
- lazygit
|
||||
- glab
|
||||
#- lazygit
|
||||
#- glab
|
||||
- oh-my-posh
|
||||
- kubernetes-cli
|
||||
#- kubernetes-cli
|
||||
- zsh-autosuggestions
|
||||
- bitwarden-cli
|
||||
- vivid
|
||||
- yazi
|
||||
#- bitwarden-cli
|
||||
#- vivid
|
||||
#- yazi
|
||||
- zsh-history-substring-search
|
||||
- opentofu
|
||||
- helm
|
||||
#- opentofu
|
||||
#- helm
|
||||
- bat
|
||||
- neovim
|
||||
- eza
|
||||
- zoxide
|
||||
- ansible
|
||||
- ffmpeg
|
||||
- k9s
|
||||
#- ansible
|
||||
#- ffmpeg
|
||||
#- k9s
|
||||
|
||||
required_packages_apt:
|
||||
- stow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue