Skip to content

Commit 75782f5

Browse files
authored
Merge pull request #14 from kutsan/brewfile-personal-updates
Update brewfile with user-specific apps
2 parents 1d5af24 + cbaf3f6 commit 75782f5

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

home/dot_config/exact_homebrew/Brewfile.tmpl

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{{- if eq .profile "personal" -}}
22
# Personal-only Taps
3+
4+
{{- if eq .user "kutsan" }}
35
tap "osx-cross/arm"
46
tap "osx-cross/avr"
57
tap "qmk/qmk"
68
{{- end }}
9+
{{- end }}
710

811
# General Packages
912
brew "act"
@@ -43,15 +46,18 @@ brew "terraform"
4346
brew "tree"
4447
brew "trippy"
4548
brew "yazi"
49+
{{- if eq .profile "personal" }}
4650

47-
{{- if eq .profile "personal" -}}
4851
# Personal-only Packages
4952
brew "ledger"
53+
54+
{{- if eq .user "kutsan" }}
5055
brew "arm-gcc-bin" # QMK dependency
5156
brew "avr-gcc" # QMK dependency
5257
brew "dos2unix" # QMK dependency
5358
brew "qmk/qmk/qmk" # QMK
54-
{{- end -}}
59+
{{- end }}
60+
{{- end }}
5561

5662
# General Casks
5763
cask "android-studio"
@@ -83,6 +89,11 @@ cask "insta360-link-controller"
8389
cask "obs"
8490
cask "orcaslicer"
8591
cask "transmission"
92+
93+
{{- if eq .user "reyhan" }}
94+
cask "clip-studio-paint"
95+
cask "affinity"
96+
{{- end }}
8697
{{- end }}
8798

8899
# General App Store Apps
@@ -111,4 +122,8 @@ mas "WhatsApp", id: 310633997
111122
{{- if eq .user "kutsan" }}
112123
mas "GoodLinks", id: 1474335294
113124
{{- end }}
125+
126+
{{- if eq .user "reyhan" }}
127+
mas "Sketch", id: 1667260533
128+
{{- end }}
114129
{{- end }}

0 commit comments

Comments
 (0)