-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
70 lines (60 loc) · 991 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
62
63
64
65
66
67
68
69
70
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/services"
# Essentials
brew "stow"
brew "git"
brew "shellcheck"
brew "dockutil"
# Terminal
brew "spaceship"
cask "iterm2"
cask "font-fira-code-nerd-font"
cask "font-hack-nerd-font"
# Terminal tools
brew "zsh"
brew "httpie"
brew "jq"
brew "gh"
brew "eza"
brew "bat"
brew "make"
brew "fzf"
brew "git-delta"
brew "tldr"
brew "thefuck"
brew "zoxide"
brew "jnv"
# Docker
cask "docker"
brew "colima"
brew "docker"
brew "docker-compose"
brew "docker-credential-helper"
brew "docker-machine"
# Languages
brew "golang"
brew "node"
brew "nvm"
brew "yarn"
brew "pyenv"
brew "pyenv-virtualenv"
brew "java"
brew "kotlin"
# Development apps
cask "visual-studio-code"
cask "firefox@developer-edition"
cask "google-chrome"
cask "beekeeper-studio"
cask "figma"
cask "postman"
# Productivity apps
cask "cron"
cask "notion"
cask "spotify"
# Communication apps
cask "zoom"
cask "slack"
# Utilities apps
cask "rectangle"
cask "logi-options-plus"