Files
mates-macos-setup/Brewfile
T
mates 9815908731 feat: pridat netbird cask do Brewfile
NetBird je WireGuard-based mesh VPN klient.
Pridano mezi 'rustdesk' a 'microsoft-teams' v sekci Network.
2026-08-01 20:48:54 +02:00

86 lines
2.1 KiB
Ruby
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Brewfile macOS workstation setup
# Spust: brew bundle --file=Brewfile
#
# Tento soubor obsahuje POUZE aplikace, které aktivně používáš.
# Po reinstalaci macu spust tento soubor a získáš kompletní workstation.
# ───────────── TAPS ─────────────
tap "homebrew/cask"
tap "homebrew/cask-fonts"
# ───────────── FORMULAS (CLI) ─────────────
# Shell a navigace
brew "fish" # Defaultni shell
brew "eza" # ls nahrada
brew "fd" # find nahrada
brew "bat" # cat nahrada
brew "fzf" # fuzzy finder
brew "zoxide" # chytre cd
# System
brew "btop" # system monitor
brew "htop" # procesy
brew "fastfetch" # system info
# Sit a data
brew "jq" # JSON parser
brew "yq" # YAML parser
# Media
brew "ffmpeg" # video/audio konverze
brew "imagemagick" # obrazky
brew "img2pdf" # img -> pdf
# Dev
brew "deno" # JavaScript runtime
brew "python@3.13" # Python
# Ostatni utility
brew "exiftool" # EXIF metadata z fotek
# ───────────── CASKS (GUI aplikace) ─────────────
# Browsery a komunikace
cask "google-chrome"
cask "firefox"
cask "discord"
cask "whatsapp"
cask "nextcloud"
cask "nextcloud-talk"
cask "rustdesk"
cask "netbird"
cask "microsoft-teams"
# Produktivita
cask "bitwarden"
cask "keepassxc"
cask "notion"
cask "obsidian"
cask "visual-studio-code"
# Media
cask "obs"
cask "vlc"
cask "spotify"
cask "qbittorrent"
# System
cask "docker"
cask "alt-tab"
cask "hidden-bar"
# Utility
cask "keka"
cask "dropover"
# Fonts
cask "font-meslo-lg-nerd-font"
# ───────────── MAS (Mac App Store) ─────────────
# Tyto aplikace instaluj rucne z App Store nebo smaz neexistujici
mas "Microsoft Word", id: 462054704
mas "Microsoft Excel", id: 462058435
mas "Microsoft PowerPoint", id: 462058816
mas "Pages", id: 409201541
mas "Numbers", id: 409203825
mas "Keynote", id: 409183694