-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
135 lines (123 loc) · 2.28 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
### Taps ###
tap "homebrew/bundle"
tap "homebrew/core"
tap "homebrew/services"
tap "koekeishiya/formulae"
tap "mono0926/license-plist"
tap "nikitabobko/tap"
tap "xcodesorg/made"
tap "yonaskolb/beak", "https://github.com/yonaskolb/Beak.git"
### Brews (Packages/Formulae) ###
brew "bat"
brew "bat-extras"
brew "btop"
brew "bundletool"
brew "cmatrix"
brew "curl"
brew "direnv"
brew "docker"
brew "eza"
brew "fastfetch"
brew "fd"
brew "ffmpegthumbnailer"
brew "flake8"
brew "fx"
brew "fzf"
brew "gcc"
brew "gd"
brew "gh"
brew "git"
brew "git-delta"
brew "git-flow"
brew "glow"
brew "gnutls"
brew "go"
brew "harfbuzz"
brew "htop"
brew "httpie"
brew "hyperkey"
brew "imagemagick"
brew "jandedobbeleer/oh-my-posh/oh-my-posh"
brew "jq"
brew "kdoctor"
brew "lazygit"
brew "luarocks"
brew "mas"
brew "mint"
brew "neovim"
brew "node"
brew "openjdk@17"
brew "otree"
brew "pandoc"
brew "pkg-config"
brew "poppler"
brew "powerlevel10k"
brew "python"
brew "raycast"
brew "ripgrep"
brew "sevenzip"
brew "shfmt"
brew "spicetify-cli"
brew "stylua"
brew "swiftformat"
brew "swiftgen"
brew "swiftlint"
brew "swiftlint"
brew "thefuck"
brew "tlrc"
brew "tmux"
brew "tree"
brew "webp"
brew "wget"
brew "yazi"
brew "xcodesorg/made/xcodes"
brew "zoxide"
brew "zsh"
### Not used at the moment ####
# brew "fastlane"
# brew "koekeishiya/formulae/skhd"
# brew "koekeishiya/formulae/yabai"
# brew "spotify-tui"
# brew "zellij"
### Zsh plugins are loaded via zinit ###
# brew "zsh-autosuggestions"
# brew "zsh-syntax-highlighting"
# brew "zsh-vi-mode"
### Casks (Applications) ###
cask "aerospace"
cask "alfred"
cask "android-file-transfer"
cask "android-studio"
cask "appcleaner"
cask "basictex"
cask "charles"
cask "font-hack-nerd-font"
cask "font-jetbrains-mono-nerd-font"
cask "gimp"
cask "kitty"
cask "logi-options+"
cask "obsidian"
cask "proxyman"
cask "rectangle"
cask "signal"
cask "silicon-info"
cask "telegram"
cask "via"
cask "vlc"
cask "whatsapp"
cask "xcodes"
cask "zen-browser"
### Not used at the moment ###
# cask "1password"
# cask "amethyst"
# cask "brave-browser"
# cask "clockify"
# cask "fork"
# cask "google-drive"
# cask "postman"
# Mac App Store command line interface
mas "AusweisApp", id: 948660805
mas "Developer", id: 640199958
mas "Messenger", id: 1480068668
mas "Playgrounds", id: 1496833156
mas "Xcode", id: 497799835