-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
79 lines (63 loc) · 1012 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
71
72
73
74
75
76
77
78
79
# Fonts
tap "homebrew/cask-fonts"
cask "font-blex-mono-nerd-font" # IBM Plex Mono
# Terminal
brew "fish"
brew "fisher"
brew "starship"
cask "alacritty", args: { no_quarantine: true }
# Git
brew "git"
brew "git-delta"
# Editor
brew "nvim"
# Necessary tooling
brew "go"
brew "jq"
brew "python-yq"
brew "ripgrep"
brew "tmux"
brew "fzf"
brew "zoxide"
brew "eza"
brew "sqlite"
brew "node"
# Better cat
brew "bat"
# Diagrams
# brew "plantuml"
# Monitoring
brew "bottom"
# Fun
brew "gum"
# Cli markdown reader
brew "glow"
# Better sed
brew "sd"
# Shorter man pages with examples
brew "tldr"
# xrandr for macos
brew "displayplacer"
# Benchmarking tool
brew "hyperfine"
# Github CLI
brew "gh"
# LLM
brew "ollama"
# Apps
## Containers
cask "docker"
## Communication
cask "slack"
## Notes and knowledge base
cask "obsidian"
## UI design
cask "figma"
## Image manipulation
cask "gimp"
## Keybinding
cask "karabiner-elements"
## Browser
cask "firefox"
# Window tiling manager
cask "nikitabobko/tap/aerospace"