-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
92 lines (85 loc) · 1.27 KB
/
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
80
81
82
83
84
85
86
87
88
89
90
91
92
# Install ghostty
cask "ghostty"
# Install neovim
brew "neovim"
# Fonts
cask "font-jetbrains-mono-nerd-font"
# Cli tools
brew "ripgrep"
brew "lazygit"
brew "fd"
brew "git-delta"
brew "fzf"
brew "tmux"
brew "bat"
brew "fpp"
brew "jq"
brew "urlscan"
brew "zoxide"
brew "tlrc"
brew "fx"
brew "yazi"
brew "k9s"
brew "lazydocker"
brew "eza"
brew "progress"
brew "watch"
brew "croc"
brew "lnav"
brew "vale"
brew "commitizen"
brew "rga"
brew "httpie"
brew "glow"
brew "tokei"
brew "bottom"
brew "tmux-xpanes"
brew "spacer"
brew "gh"
# Apps
cask "orion"
cask "spotify"
brew "spotify_player"
cask "karabiner-elements"
cask "localsend"
cask "raycast"
cask "bettertouchtool"
cask "iina"
cask "dbeaver-community"
cask "alt-tab"
cask "bitwarden"
brew "bitwarden-cli"
cask "hammerspoon"
cask "displaylink"
cask "sf-symbols"
brew "gifski"
cask "proxyman"
cask "shortcat"
# Languages
brew "asdf"
brew "pipx"
# Other
brew "antidote"
brew "gnupg"
brew "poppler"
brew "pandoc"
brew "ffmpeg"
brew "figlet"
brew "libpq"
brew "imagemagick"
brew "p7zip"
brew "swiftlint"
brew "periphery"
# Neovim dependencies
brew "luarocks"
brew "ast-grep"
brew "markdown-toc"
brew "markdownlint-cli2"
brew "sqlfluff"
brew "black"
brew "gofumpt"
brew "isort"
brew "php-cs-fixer"
brew "terraform"
brew "eslint_d"
brew "xmlformat"