This commit is contained in:
DeveloperDurp 2025-05-17 15:09:08 -05:00
parent ebef744e10
commit 174c0b720d
3 changed files with 11 additions and 39 deletions

View file

@ -1,8 +1,8 @@
- name: Load devpod variables if DEVPOD is true
include_vars: "vars/devpod.yml"
#- name: install apt
# include_tasks: "./scripts/install_apt.yml"
- name: install apt
include_tasks: "./scripts/install_apt.yml"
#- name: install brew
# include_tasks: "./scripts/install_brew.yml"
@ -10,14 +10,19 @@
#- name: install go
# include_tasks: "./scripts/install_go.yml"
- name: install go apps
include_tasks: "./scripts/install_goapps.yml"
- name: run stow
shell: "stow --adopt ."
args:
chdir: ~/dotfiles
- name: Install Nix Packages
shell: "nix-env -iA nixpkgs.myPackages"
args:
chdir: ~/dotfiles
- name: install go apps
include_tasks: "./scripts/install_goapps.yml"
- name: git reset
shell: "git reset --hard"
args:

View file

@ -1,39 +1,9 @@
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
install_homebrew_if_missing: false
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
- golang.org/x/tools/gopls@latest