Skip to content

Commit f815d13

Browse files
authored
Removing Docker and Postman and using Podman and Bruno. Other tweaks as well (#35)
1 parent 5cff3ef commit f815d13

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The `install.sh` script performs the following actions:
4444
#### For MacOS:
4545

4646
- 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`.
47-
- 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`.
47+
- 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`.
4848

4949
#### For Debian:
5050

defilan-osconfig/roles/defilan-osconfig/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
name: "{{ item }}"
2424
loop: "{{ config_packages[config].homebrew_cask_packages }}"
2525
when: ansible_os_family == 'Darwin' and config_packages[config].homebrew_cask_packages is defined
26+
ignore_errors: true
2627

2728
# Debian specific tasks
2829

defilan-osconfig/roles/defilan-osconfig/vars/main.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# vars file for defilan-macos
3-
go_version: 1.22.2
3+
go_version: 1.25.0
44

55
config_packages:
66
lightweight:
@@ -34,6 +34,10 @@ config_packages:
3434
- twilio
3535
- exercism
3636
- yarn
37+
- podman
38+
- minikube
39+
- kubectx
40+
- helm
3741
homebrew_cask_packages:
3842
- arc
3943
- iterm2
@@ -44,8 +48,7 @@ config_packages:
4448
- jetbrains-toolbox
4549
- switchresx
4650
- istat-menus
47-
- docker
48-
- postman
51+
- bruno
4952
- obs
5053
- cursor
5154
apt_packages:
@@ -79,6 +82,10 @@ config_packages:
7982
- twilio
8083
- exercism
8184
- yarn
85+
- podman
86+
- minikube
87+
- kubectx
88+
- helm
8289
homebrew_cask_packages:
8390
- arc
8491
- iterm2
@@ -92,13 +99,10 @@ config_packages:
9299
- discord
93100
- istat-menus
94101
- signal
95-
- docker
96-
- postman
102+
- bruno
97103
- gimp
98104
- obs
99105
- krisp
100-
- microsoft-office
101-
- cursor
102106
apt_packages:
103107
- neovim
104108
- tmux

0 commit comments

Comments
 (0)