# mates-macos-setup macOS workstation setup a Hermes CLI instalace. Šablony a konfigurace pro `brew`, `osx-defaults`, `fish` shell a `Hermes` AI agenta. ## Struktura ``` Brewfile # Všechny nainstalované CLI/GUI aplikace osx-defaults.sh # macOS Finder/Dock/klávesnice defaults configure-fish.sh # Fish shell aliasy install-hermes.sh # Hermes CLI instalace configure-hermes.sh # Hermes konfigurace (API klíč v keychainu) hermes-config.example.yml # Ukázková konfigurace ``` ## Quickstart (nový Mac) ```bash # 1. Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # 2. Všechny aplikace brew bundle --file=Brewfile # 3. macOS defaults bash osx-defaults.sh # 4. Fish shell bash configure-fish.sh # 5. Hermes bash install-hermes.sh bash configure-hermes.sh ``` ## Detailní návod Viz [README.md](README.md) – co každý skript dělá, bezpečnost, aktualizace. ## Licence MIT – viz [LICENSE](LICENSE)