Repos lokal klonen vor Setup, WireGuard automatisch deployen
- setup.sh klont macbook-setup + dotfiles-rene lokal (Credentials einmalig im interaktiven Terminal statt im Autostart) - setup-base.sh nutzt lokale Dateien wenn vorhanden (wget-Fallback fuer Autoinstall bleibt erhalten), deployed WireGuard-Config - wireguard/ aus .gitignore entfernt, Configs werden getrackt - WireGuard aus manueller Checkliste entfernt Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f6e7807d19
commit
4c2fa87209
12 changed files with 164 additions and 26 deletions
|
|
@ -273,9 +273,7 @@ echo -e " ${GREEN}Desktop-Setup abgeschlossen!${NC}"
|
|||
echo "============================================"
|
||||
echo ""
|
||||
warn "Noch manuell erledigen:"
|
||||
echo " 1. WireGuard-Config einspielen:"
|
||||
echo " sudo cp wg0.conf /etc/wireguard/ && sudo systemctl enable --now wg-quick@wg0"
|
||||
echo " 2. Synology Drive Client installieren (.deb von synology.com)"
|
||||
echo " 3. Thunderbird starten → Profil aus Synology Drive einbinden"
|
||||
echo " 4. Brave starten → Synchronisation einrichten"
|
||||
echo " 5. Falls p10k-Icons fehlen: Terminal-Schriftart auf 'MesloLGS NF' setzen"
|
||||
echo " 1. Synology Drive Client installieren (.deb von synology.com)"
|
||||
echo " 2. Thunderbird starten → Profil aus Synology Drive einbinden"
|
||||
echo " 3. Brave starten → Synchronisation einrichten"
|
||||
echo " 4. Falls p10k-Icons fehlen: Terminal-Schriftart auf 'MesloLGS NF' setzen"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue