-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmac.yml
More file actions
128 lines (115 loc) · 2.21 KB
/
mac.yml
File metadata and controls
128 lines (115 loc) · 2.21 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
120
121
122
123
124
125
126
127
128
- hosts: localhost
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
- localsend/localsend
- hashicorp/tap
- pamburus/tap
- sst/tap
packages:
- asciinema
- awscli
- bash
- bat
- btop
- cosign
- direnv
- dive
- eza
- fish
- fzf
- gh
- gnu-tar
- golang
- hashicorp/tap/terraform
- helm
- hl
- httpie
- ipcalc
- jq
- just
- k9s
- kind
- krew
- kubectl
- kubectx
- lazygit
- localsend
- luarocks
- minio-mc
- neovim
- opencode
- openjdk@17
- openjdk@21
- ripgrep
- rustup
- sshpass
- starship
- telnet
- the_silver_searcher
- ugrep
- uptimed
- watch
- wget
- zellij
- zoxide
casks:
- 1password
- 1password-cli@beta
- balenaetcher
- beekeeper-studio
- brave-browser
- caffeine
- discord
- firefox
- font-jetbrains-mono
- ghostty
- handbrake
- jetbrains-toolbox
- lens
- libreoffice
- logi-options-plus
- obsidian
- openvpn-connect
- postman
- protonvpn
- rar
- slack
- spotify
- tailscale
- telegram-desktop
- visual-studio-code
- windows-app
- zoom
roles:
- brew
- configuration
- mac
- work