-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathBrewfile
More file actions
58 lines (53 loc) · 904 Bytes
/
Copy pathBrewfile
File metadata and controls
58 lines (53 loc) · 904 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
# GNU utilities
brew "coreutils"
brew "moreutils"
brew "findutils"
brew "gnu-sed"
brew "bash"
brew "bash-completion@2"
brew "gnupg"
# CLI tools
brew "lsd"
brew "fd"
brew "fzf"
brew "git"
brew "mas"
brew "ripgrep"
brew "tealdeer"
brew "lazygit"
brew "neovim"
brew "tmux"
brew "z"
brew "asdf"
brew "chezmoi"
brew "stylua"
# Container runtime
brew "colima"
brew "docker"
brew "docker-compose"
brew "docker-buildx"
brew "docker-credential-helper-ecr"
# Zsh plugins
brew "powerlevel10k"
brew "zsh-autosuggestions"
brew "zsh-syntax-highlighting"
brew "zsh-completions"
# Fonts
cask "font-hack-nerd-font"
cask "font-jetbrains-mono"
# GUI applications
cask "1password"
cask "betterdisplay"
cask "cursor"
cask "figma"
cask "ghostty"
cask "google-chrome"
cask "hiddenbar"
cask "imageoptim"
cask "obsidian"
cask "postman"
cask "raycast"
cask "slack"
cask "spotify"
cask "todoist-app"
cask "visual-studio-code"