-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
85 lines (76 loc) · 1.36 KB
/
Brewfile
File metadata and controls
85 lines (76 loc) · 1.36 KB
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
# Taps
tap "elastic/tap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
# Fonts
cask "font-hack-nerd-font"
cask "font-cascadia-code"
cask "font-cascadia-code-pl"
cask "font-cascadia-mono"
cask "font-cascadia-mono-pl"
# Apps
cask "iterm2"
cask "visual-studio-code"
cask "jetbrains-toolbox"
cask "rectangle"
cask "docker"
cask "omnidisksweeper"
cask "notion"
cask "google-chrome"
cask "spotify"
cask "telegram-desktop"
# Languages
brew "python3"
brew "python@3.9"
brew "python@3.8"
brew "go"
brew "scala"
brew "openjdk@11"
# Tools
brew "git"
brew "git-extras"
brew "gh"
brew "maven"
brew "gradle"
brew "node"
brew "minikube"
brew "neovim"
brew "scipy"
brew "wget"
brew "sbt"
# Services
brew "apache-arrow"
brew "apache-flink"
brew "apache-spark"
brew "hadoop", link: false
brew "zookeeper"
brew "kafka"
brew "docker"
brew "elastic/tap/elasticsearch-full"
brew "elastic/tap/kibana-full"
# Databases
brew "pgcli"
brew "postgresql@14"
# Shell
brew "bat"
brew "exa"
brew "antigen"
brew "coreutils"
brew "fish"
brew "fisher"
brew "ammonite-repl"
brew "starship"
# Misc
brew "poetry" # Deps manager
brew "pre-commit"
brew "ruff" # Much faster replacement for flake8 & isort compatible with black & pre-commit
# brew "flake8"
# brew "isort"
brew "sqlfluff" # SQL linter
# Quality of Life
brew "btop"
brew "cowsay"
brew "fortune"