-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathBrewfile
More file actions
112 lines (100 loc) · 1.8 KB
/
Brewfile
File metadata and controls
112 lines (100 loc) · 1.8 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Brewfile
# Taps
tap "koekeishiya/formulae"
tap "nikitabobko/tap"
tap "junegunn/tap"
tap "satococoa/tap"
# Core system utilities
brew "coreutils"
brew "curl"
brew "findutils"
brew "gettext"
brew "gnu-sed"
brew "grep"
brew "moreutils"
brew "wget"
# Shell and prompt
brew "zsh"
brew "starship"
# Development tools
brew "git"
brew "git-delta"
brew "mise"
brew "neovim"
brew "tree-sitter"
brew "tree-sitter-cli"
brew "scmpuff"
brew "stylua"
# Search and file tools
brew "ack"
brew "bat"
brew "eza"
brew "fd"
brew "fzf"
brew "junegunn/tap/blsd", args: ["HEAD"]
brew "ripgrep"
brew "the_silver_searcher"
brew "trash"
# Terminal and tmux
brew "tmux"
brew "reattach-to-user-namespace"
brew "tmuxinator"
brew "urlview"
brew "satococoa/wtp/wtp"
# System monitoring
brew "btop"
brew "httpie"
brew "imageoptim-cli"
brew "yt-dlp"
# Window management
brew "koekeishiya/formulae/skhd"
cask "jordanbaird-ice"
# Image processing
brew "exiftool"
brew "imagemagick"
brew "webp"
# Additional utilities
brew "bc"
brew "gawk"
brew "gh"
brew "glab"
brew "jq"
brew "diff-so-fancy"
brew "nnn"
brew "source-highlight"
# Applications
cask "1password"
cask "alacritty"
cask "wezterm"
cask "contexts"
cask "cursorcerer"
cask "daisydisk"
cask "deskpad"
cask "firefox"
cask "firefox@developer-edition"
cask "google-chrome@beta"
cask "google-chrome@canary"
cask "helium-browser"
cask "google-drive"
cask "gpg-suite"
cask "iina"
cask "istat-menus"
cask "karabiner-elements"
cask "keepingyouawake"
cask "keyboardcleantool"
cask "meetingbar"
cask "middleclick"
cask "monitorcontrol"
cask "nikitabobko/tap/aerospace"
cask "obsidian"
cask "orbstack"
cask "raycast"
cask "shifty"
cask "spotify"
cask "vscodium"
cask "yaak"
# Fonts
cask "font-sauce-code-pro-nerd-font"
cask "font-jetbrains-mono-nerd-font"
cask "font-noto-sans-symbols-2"
cask "font-commit-mono-nerd-font"