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).
This commit is contained in:
2026-08-01 19:51:59 +02:00
commit 4340cb3b2a
9 changed files with 533 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
# 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)