File tree Expand file tree Collapse file tree
home/dot_config/exact_homebrew Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{{- if eq .profile " personal" -}}
22# Personal-only Taps
3+
4+ {{- if eq .user " kutsan" }}
35tap " osx-cross/arm"
46tap " osx-cross/avr"
57tap " qmk/qmk"
68{{- end }}
9+ {{- end }}
710
811# General Packages
912brew " act"
@@ -43,15 +46,18 @@ brew "terraform"
4346brew " tree"
4447brew " trippy"
4548brew " yazi"
49+ {{- if eq .profile " personal" }}
4650
47- {{- if eq .profile " personal" -}}
4851# Personal-only Packages
4952brew " ledger"
53+
54+ {{- if eq .user " kutsan" }}
5055brew " arm-gcc-bin" # QMK dependency
5156brew " avr-gcc" # QMK dependency
5257brew " dos2unix" # QMK dependency
5358brew " qmk/qmk/qmk" # QMK
54- {{- end -}}
59+ {{- end }}
60+ {{- end }}
5561
5662# General Casks
5763cask " android-studio"
@@ -83,6 +89,11 @@ cask "insta360-link-controller"
8389cask " obs"
8490cask " orcaslicer"
8591cask " 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" }}
112123mas " GoodLinks" , id: 1474335294
113124{{- end }}
125+
126+ {{- if eq .user " reyhan" }}
127+ mas " Sketch" , id: 1667260533
128+ {{- end }}
114129{{- end }}
You can’t perform that action at this time.
0 commit comments