-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
50 lines (43 loc) · 1.35 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
# Security
cask "bitwarden"
# Browsers
cask "firefox"
cask "google-chrome"
# Productivity
brew "fzf" # Command-line fuzzy finder
brew "fasd" # Fast navigation and completion in shell
brew "the_silver_searcher" # Fast search-in-files shell command
brew "sevenzip" # 7-Zip file archiver with a high compression ratio
cask "maccy" # Clipboard manager
cask "zoom" # Video meetings
cask "notion" # Note taking and knowledge management
cask "rectangle" # Manage windows using the keyboard
cask "homebrew/cask-drivers/logitech-options" # Customize configuration of Logitech devices
cask "webcatalog" # Run websites like desktop apps
# Development
brew "wget" # Non interactive network downloader
brew "git"
brew "tig" # TUI for Git
brew "jq" # Command-line JSON processor
brew "node@14"
brew "pyenv"
brew "awscli"
cask "aws-vault"
cask "docker"
brew "docker-compose"
cask "iterm2"
cask "visual-studio-code"
cask "jetbrains-toolbox"
# Communication
cask "slack"
cask "telegram"
cask "whatsapp"
# Entertainment
cask "spotify"
cask "iina" # Advanced video player
# Fonts
tap "homebrew/cask-fonts"
cask "font-fira-mono-nerd-font"
cask "font-hack-nerd-font"
cask "font-hasklug-nerd-font"
cask "font-jetbrains-mono-nerd-font"