Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The `install.sh` script performs the following actions:
#### For MacOS:

- Installs a variety of Homebrew packages, including `neovim`, `tmux`, `git-extras`, `thefuck`, `go`, `kubectl`, `skaffold`, `awscli`, `terraform`, `packer`, `aws-sam-cli`, `node`, `redis`, and `molecule`.
- Installs several Homebrew cask packages, including `arc`, `iterm2`, `visual-studio-code`, `1password`, `rectangle`, `font-hack-nerd-font`, `jetbrains-toolbox`, `nordvpn`, `switchresx`, `discord`, `istat-menus`, `signal`, `docker`, `postman`, `gimp`, `obs`, and `krisp`.
- Installs several Homebrew cask packages, including `arc`, `iterm2`, `visual-studio-code`, `1password`, `rectangle`, `font-hack-nerd-font`, `jetbrains-toolbox`, `nordvpn`, `switchresx`, `discord`, `istat-menus`, `signal`, `podman`, `bruno`, `gimp`, `obs`, and `krisp`.

#### For Debian:

Expand Down
1 change: 1 addition & 0 deletions defilan-osconfig/roles/defilan-osconfig/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
name: "{{ item }}"
loop: "{{ config_packages[config].homebrew_cask_packages }}"
when: ansible_os_family == 'Darwin' and config_packages[config].homebrew_cask_packages is defined
ignore_errors: true

# Debian specific tasks

Expand Down
18 changes: 11 additions & 7 deletions defilan-osconfig/roles/defilan-osconfig/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# vars file for defilan-macos
go_version: 1.22.2
go_version: 1.25.0

config_packages:
lightweight:
Expand Down Expand Up @@ -34,6 +34,10 @@ config_packages:
- twilio
- exercism
- yarn
- podman
- minikube
- kubectx
- helm
homebrew_cask_packages:
- arc
- iterm2
Expand All @@ -44,8 +48,7 @@ config_packages:
- jetbrains-toolbox
- switchresx
- istat-menus
- docker
- postman
- bruno
- obs
- cursor
apt_packages:
Expand Down Expand Up @@ -79,6 +82,10 @@ config_packages:
- twilio
- exercism
- yarn
- podman
- minikube
- kubectx
- helm
homebrew_cask_packages:
- arc
- iterm2
Expand All @@ -92,13 +99,10 @@ config_packages:
- discord
- istat-menus
- signal
- docker
- postman
- bruno
- gimp
- obs
- krisp
- microsoft-office
- cursor
apt_packages:
- neovim
- tmux
Expand Down