Files
mates-macos-setup/Brewfile
T
mates 4340cb3b2a init: clean history with no PII
Toto repo ma novou cistou historii (1 commit). Predchozi historie
byla smazana, protoze obsahovala osobni udaje (IP, emaily, hesla,
klice, tokeny, Volume cesty). Soubory v aktualnim commit uz tyto
udaje neobsahuji (nahradeno placeholdery <server-ip>, CHANGE_ME,
admin@example.com atd.).

Pokud chces zpet kompletni seznam starych commitu, mas je ve svem
lokalnim working tree - git log --all ukaze prazdno (protoze jsme
smazali .git/ a zacali znovu).
2026-08-01 19:51:59 +02:00

85 lines
2.0 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 "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