-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
117 lines (105 loc) Β· 2.67 KB
/
Brewfile
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
# https://github.com/Automattic/node-canvas/issues/1065
brew "pixman"
brew "cairo"
brew "pango"
brew "dive"
# brew "exa"
# brew "bitwarden-cli"
# brew "neovim"
brew "scrcpy"
# brew "cmake" # run "sudo ln -s $(which cmake) /usr/local/bin/cmake"
brew "pkg-config" # run "sudo ln -s $(which pkg-config) /usr/local/bin/pkg-config"
brew "apktool"
# tap "koekeishiya/formulae"
# brew ".brew/yabai.rb"
# in yabai v7.1.0 the rules are not working
# we will use v7.0.4
# Run "brew install .brew/yabai"
tap "koekeishiya/formulae"
brew "koekeishiya/formulae/skhd"
tap "xcodesorg/made"
brew "xcodesorg/made/xcodes"
tap "mattisg/mattisg"
brew "mattisg/mattisg/adblock"
brew "golang-migrate"
brew "git-delta"
brew "git-lfs"
brew "ios-deploy"
tap "homebrew/cask-fonts"
cask "font-meslo-lg-nerd-font"
cask "betterdisplay"
cask "bitwarden"
cask "raycast"
cask "arc"
cask "utm"
cask "viscosity"
cask "vlc"
cask "xcodes"
cask "orbstack"
cask "keepassxc"
cask "joplin"
cask "battery"
cask "android-studio"
cask "virtualbuddy"
cask "timing"
# Backups
cask "duplicacy-cli"
# for abl
tap "lokalise/cli-2"
brew "lokalise2"
# cask "react-native-debugger"
# cask "figma"
cask "gimp"
cask "discord"
cask "imageoptim"
cask "insomnia"
# cask "slack"
cask "visual-studio-code"
cask "cleanshot"
cask "pixelsnap"
# cask "karabiner-elements"
cask "appcleaner"
# cask "ultimaker-cura"
# cask "brave-browser"
cask "gpg-suite"
# cask "kitty"
# cask "alfred"
cask "syncthing"
# cask "finicky" # cask "choosy"
cask "raycast"
cask "minisim" # launch ios/android simulator/emulators from the menu
# App Store
mas "AdGuard for Safari", id: 1440147259
mas "Amphetamine", id: 937984704
mas "Apple Configurator", id: 1037126344
mas "Bitwarden", id: 1352778147
# mas "Microsoft Excel", id: 462058435
# mas "Microsoft Word", id: 462054704
mas "Microsoft Remote Desktop", id: 1295203466
mas "Quick Camera", id: 598853070
mas "Steam Link", id: 1246969117
mas "Tailscale", id: 1475387142
mas "TestFlight", id: 899247664
mas "WireGuard", id: 1451685025
# mas "Xcode", id: 497799835
# visual studio code extensions
vscode "bierner.markdown-mermaid"
vscode "dbaeumer.vscode-eslint"
vscode "devicescript.devicescript-vscode"
vscode "dotjoshjohnson.xml"
vscode "esbenp.prettier-vscode"
vscode "evgeniypeshkov.syntax-highlighter"
vscode "firsttris.vscode-jest-runner"
vscode "mathiasfrohlich.kotlin"
vscode "ms-azuretools.vscode-docker"
vscode "ms-vscode-remote.remote-containers"
vscode "orta.vscode-jest"
vscode "pflannery.vscode-versionlens"
vscode "redhat.vscode-xml"
vscode "rome.rome"
vscode "sainnhe.sonokai"
vscode "stylelint.vscode-stylelint"
vscode "tobermory.es6-string-html"
vscode "unifiedjs.vscode-mdx"
vscode "vscjava.vscode-gradle"
vscode "vscodevim.vim"