-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
62 lines (59 loc) · 980 Bytes
/
Brewfile
File metadata and controls
62 lines (59 loc) · 980 Bytes
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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
brew "pure" # zsh theme
brew "openssl"
brew "openssl@1.1" # wget dependency
brew "reattach-to-user-namespace"
brew "awscli"
brew "cloc"
brew "cmake"
brew "coreutils"
brew "exa"
brew "fd"
brew "fzf"
brew "gifsicle"
brew "git"
brew "git-quick-stats"
brew "htop"
brew "httpie"
brew "jq"
brew "less"
brew "mas"
brew "memcached"
brew "neovim"
brew "postgresql", restart_service: true
brew "redis"
brew "rsync"
brew "shellcheck"
brew "sqlite"
brew "ssh-copy-id"
brew "the_silver_searcher"
brew "tmux"
brew "wget"
brew "zsh"
brew "python"
brew "python3"
brew "pyenv"
brew "pyenv-virtualenv"
brew "rbenv"
brew "thefuck"
brew "direnv"
brew "sl"
brew "yarn"
brew "gh"
cask "adoptopenjdk"
cask "1password"
cask "alacritty"
cask "handbrake"
cask "ngrok"
cask "screenflick"
cask "postico"
cask "whatsapp"
cask "the-unarchiver"
cask "vlc"
cask "docker"
cask "google-cloud-sdk"
cask "figma"
cask "spotify"