update
This commit is contained in:
parent
bb7e857c3b
commit
4fd4da5f7d
3 changed files with 7 additions and 8 deletions
|
|
@ -13,8 +13,8 @@
|
|||
- 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"
|
||||
- name: run stow
|
||||
become_user: user
|
||||
shell: "stow --adopt ."
|
||||
args:
|
||||
chdir: ~/dotfiles
|
||||
|
|
|
|||
|
|
@ -33,9 +33,7 @@ required_packages_apt:
|
|||
- 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
|
||||
- golang.org/x/tools/gopls@latest
|
||||
|
||||
|
|
|
|||
|
|
@ -127,6 +127,7 @@ go_apps:
|
|||
- github.com/charmbracelet/glow@latest
|
||||
- github.com/swaggo/swag/cmd/swag@latest
|
||||
- github.com/air-verse/air@latest
|
||||
- golang.org/x/tools/gopls@latest
|
||||
|
||||
yay:
|
||||
- nwg-look
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue