-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmac.yml
More file actions
119 lines (105 loc) · 2.15 KB
/
Copy pathmac.yml
File metadata and controls
119 lines (105 loc) · 2.15 KB
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
- hosts: localhost
# Needed for .pkg casks (openvpn-connect, windows-app, zoom, …).
# Skipped when already set via -e / inventory. Empty skips SUDO_ASKPASS.
vars_prompt:
- name: ansible_become_password
prompt: macOS admin password for Homebrew casks (Enter to skip)
private: true
default: ""
vars:
configure:
maven: true
work:
midas: true
terminal:
app: ghostty
font:
size: 13
shell:
bin: /opt/homebrew/bin/fish
args: -l
path: /opt/homebrew/bin /opt/homebrew/sbin ~/.cargo/bin
aliases:
l1: eza -1
ls: eza
ll: eza -l --icons=auto --group-directories-first
grep: ug
egrep: ug -E
fgrep: ug -F
xzgrep: ug -z
xzegrep: ug -zE
xzfgrep: ug -zF
cat: bat --style=plain --pager=never
v: nvim
abbrs:
pengudroid: scrcpy -eS --always-on-top --power-off-on-close
brew:
repos:
- esolitos/ipa # for sshpass
- hashicorp/tap
packages:
- awscli
- bash
- bat
- btop
- cosign
- direnv
- dive
- eza
- fish
- fzf
- gh
- gnu-tar
- golang
- hashicorp/tap/terraform
- helm
- httpie
- ipcalc
- jq
- just
- k9s
- kind
- krew
- kubectl
- kubectx
- lazygit
- neovim
- openjdk@21
- opentofu
- ripgrep
- rustup
- sshpass
- starship
- telnet
- the_silver_searcher
- ugrep
- uptimed
- watch
- wget
- zellij
- zoxide
casks:
- 1password-cli
- beekeeper-studio
- brave-browser
- caffeine
- claude
- claude-code
- cursor
- docker-desktop
- font-jetbrains-mono
- ghostty
- libreoffice
- logi-options+
- obsidian
- openvpn-connect
- postman
- rar
- spotify
- windows-app
- zoom
roles:
- brew
- configuration
- mac
- work