-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
81 lines (77 loc) · 1.6 KB
/
Brewfile
File metadata and controls
81 lines (77 loc) · 1.6 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
tap "homebrew/bundle"
tap "homebrew/services"
tap "oven-sh/bun"
brew "htop"
brew "btop"
brew "curl"
brew "eza"
# Docker CLI plugin for extended build capabilities with BuildKit
brew "docker-buildx"
# Isolated development environments using Docker
brew "docker-compose"
# Platform keystore credential helper for Docker
brew "docker-credential-helper"
brew "gh"
# Distributed revision control system
brew "git"
brew "git-delta"
# Git extension for versioning large files
brew "git-lfs"
# Better Makefile in Rust
brew "just"
# Modern and fast prompt
brew "starship"
# wget
brew "wget"
# JS runtime builder
brew "oven-sh/bun/bun"
# Application uninstaller
cask "appcleaner"
# Voice and text chat software
cask "discord"
cask "spotify"
cask "whatsapp"
cask "telegram"
# Fonts
cask "font-fira-code-nerd-font"
cask "font-meslo-lg-nerd-font"
cask "font-hack-nerd-font"
cask "font-jetbrains-mono"
# Terminal emulator that uses platform-native UI and GPU acceleration
cask "ghostty"
# git credential manager
cask "git-credential-manager"
# Git GUI
cask "github"
# JetBrains tools manager
cask "jetbrains-toolbox"
# Clipboard manager
cask "maccy"
# Tool to control external monitor brightness & volume
cask "monitorcontrol"
# Screen Recording
cask "obs"
# Serve LLM locally
cask "ollama"
# IDE
cask "visual-studio-code"
# Password manager
cask "1password"
# Docker Desktop
cask "docker"
# DisplayLink Manager
cask "displaylink"
# Onedrive
cask "onedrive"
# Logi Options +
cask "logi-options"
# Chrome
cask "google-chrome"
# Firefox
cask "firefox"
# Acrobat Reader
cask "adobe-acrobat-reader"
# vlc
cask "vlc"
# Twingate (vpn manager)
cask "twingate"