forked from sobolevn/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
62 lines (57 loc) · 900 Bytes
/
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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
# Binaries
brew "bash"
brew "zsh"
brew "zplug"
brew "gh"
brew "awscli"
brew "aws-cdk"
brew "coreutils"
brew "ffmpeg"
brew "git"
brew "grep"
brew "httpie"
brew "mas"
brew "trash"
brew "yazi"
# Development
brew "git-delta"
brew "diff-so-fancy"
brew "go"
brew "node"
brew "php"
brew "composer"
brew "python"
brew "ruby"
brew "sqlite"
brew "yarn"
brew "kubernetes-cli"
brew "typescript"
brew "minikube"
brew "openssl"
brew "bat"
brew "pnpm"
# Apps
cask "temurin"
cask "google-drive"
cask "visual-studio-code"
cask "vlc"
cask "iterm2"
cask "kitty"
cask "surfshark"
cask "istat-menus"
cask "microsoft-office"
cask "postman"
cask "beekeeper-studio"
cask "balenaetcher"
cask "docker"
cask "arc"
cask "moom"
# Fonts
cask "font-fira-code"
cask "font-menlo-for-powerline"
cask "font-lato"
cask "font-meslo-lg-nerd-font"