-
Notifications
You must be signed in to change notification settings - Fork 0
/
mac.yml
120 lines (109 loc) · 2.12 KB
/
mac.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
- hosts: localhost
vars:
configure:
maven: true
work:
midas: true
terminal:
app: wezterm
font:
size: 13
shell:
bin: /opt/homebrew/bin/fish
arg: -l
path: /opt/homebrew/bin /opt/homebrew/sbin ~/.cargo/bin
onepassword:
enabled: true
agent: ~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock
abbrs:
pengudroid: scrcpy -eS --always-on-top --power-off-on-close
aliases:
vim: lvim
v: lvim
just: just --unstable
brew:
repos:
- esolitos/ipa # for sshpass
- localsend/localsend
- hashicorp/tap
packages:
- asciinema
- awscli
- bash
- bat
- btop
- cosign
- direnv
- dive
- eza
- fish
- fzf
- gh
- golang
- gnu-tar
- helm
- httpie
- ipcalc
- jq
- just
- k9s
- kind
- krew
- kubectl
- kubectx
- lazygit
- localsend
- minio-mc
- neovim
- openjdk@17
- openjdk@21
- podman-desktop
- ripgrep
- rustup-init
- sshpass
- starship
- telnet
- hashicorp/tap/terraform
- the_silver_searcher
- uptimed
- watch
- wget
- zoxide
- zellij
casks:
- 1password
- 1password-cli
- anydesk
- balenaetcher
- beekeeper-studio
- brave-browser
- caffeine
- discord
- firefox
- font-fira-code-nerd-font
- handbrake
- jetbrains-toolbox
- lens
- libreoffice
- logi-options-plus
- windows-app
- obsidian
- openvpn-connect
- protonvpn
- postman
- rar
- scroll-reverser
- slack
- spotify
- tailscale
- telegram-desktop
- ticktick
- visual-studio-code
- wezterm
- wireshark
- zoom
roles:
- brew
- configuration
- mac
- work