Initial commit: Linux-Setup für MacBook Pro 13" und 16"
Vollautomatisches Post-Install-Setup für Ubuntu 24.04 auf MacBook Pro
Late 2013 (13") und Mid 2014 (16" mit Nvidia Optimus). Enthält:
- setup.sh: Komplettes Post-Install-Skript (Pakete, Xubuntu, Brave,
PrusaSlicer, oh-my-zsh, Claude Code, Dotfiles via Forgejo/Stow,
mbpfan, thermald, TLP, WireGuard, Lokalisierung DE)
- build-iso.sh: Ubuntu Autoinstall ISO für Ventoy erstellen
- user-data/meta-data: cloud-init Autoinstall-Konfiguration
- mbpfan-13.conf / mbpfan-16.conf: Modellspezifische Lüftersteuerung
- hid_apple.conf / keyboard: Deutsche Mac-Tastaturbelegung + Fn-Tasten
- blacklist-nvidia.conf: Optionaler Nvidia/nouveau-Blacklist
- temp-watch.sh: CPU-Temperaturüberwachung mit Desktop-Notification
Infrastruktur-Abhängigkeiten:
- Dotfiles: git.motocamp.de/rene/dotfiles.git (via GNU Stow)
- DiskStation 10.47.11.10 (SMTP, IMAP, Synology Drive)
- WireGuard-VPN 10.13.13.x ins Heimnetz 10.47.11.0/24
2026-03-07 15:27:48 +01:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
2026-03-14 08:18:39 +01:00
|
|
|
"Bash(git:*)",
|
|
|
|
|
"Bash(do echo:*)",
|
|
|
|
|
"Bash(python3:*)",
|
|
|
|
|
"Bash(openssl passwd:*)",
|
|
|
|
|
"Bash(brew list:*)",
|
|
|
|
|
"Bash(brew search:*)",
|
|
|
|
|
"Bash(brew install:*)",
|
|
|
|
|
"Bash(chmod +x:*)",
|
|
|
|
|
"Bash(./build-iso.sh:*)",
|
|
|
|
|
"Bash(hdiutil attach:*)",
|
|
|
|
|
"Bash(curl:*)",
|
|
|
|
|
"Bash(xorriso:*)",
|
|
|
|
|
"WebFetch(domain:git.motocamp.de)",
|
|
|
|
|
"Bash(bash:*)",
|
|
|
|
|
"Bash(diskutil list:*)",
|
|
|
|
|
"Bash(diskutil unmountDisk:*)",
|
|
|
|
|
"Bash(sudo dd:*)",
|
|
|
|
|
"Bash(gh api:*)",
|
|
|
|
|
"WebFetch(domain:github.com)",
|
|
|
|
|
"WebFetch(domain:api.github.com)",
|
|
|
|
|
"WebFetch(domain:brave.com)",
|
|
|
|
|
"Bash(echo:*)",
|
|
|
|
|
"Bash(ls:*)",
|
|
|
|
|
"Bash(cp:*)",
|
|
|
|
|
"WebSearch",
|
|
|
|
|
"WebFetch(domain:discourse.ubuntu.com)",
|
|
|
|
|
"WebFetch(domain:canonical-subiquity.readthedocs-hosted.com)",
|
|
|
|
|
"Bash(ssh:*)",
|
|
|
|
|
"Bash(ping -c 2 -W 2 10.47.11.71)",
|
|
|
|
|
"Bash(ifconfig utun0:*)"
|
Initial commit: Linux-Setup für MacBook Pro 13" und 16"
Vollautomatisches Post-Install-Setup für Ubuntu 24.04 auf MacBook Pro
Late 2013 (13") und Mid 2014 (16" mit Nvidia Optimus). Enthält:
- setup.sh: Komplettes Post-Install-Skript (Pakete, Xubuntu, Brave,
PrusaSlicer, oh-my-zsh, Claude Code, Dotfiles via Forgejo/Stow,
mbpfan, thermald, TLP, WireGuard, Lokalisierung DE)
- build-iso.sh: Ubuntu Autoinstall ISO für Ventoy erstellen
- user-data/meta-data: cloud-init Autoinstall-Konfiguration
- mbpfan-13.conf / mbpfan-16.conf: Modellspezifische Lüftersteuerung
- hid_apple.conf / keyboard: Deutsche Mac-Tastaturbelegung + Fn-Tasten
- blacklist-nvidia.conf: Optionaler Nvidia/nouveau-Blacklist
- temp-watch.sh: CPU-Temperaturüberwachung mit Desktop-Notification
Infrastruktur-Abhängigkeiten:
- Dotfiles: git.motocamp.de/rene/dotfiles.git (via GNU Stow)
- DiskStation 10.47.11.10 (SMTP, IMAP, Synology Drive)
- WireGuard-VPN 10.13.13.x ins Heimnetz 10.47.11.0/24
2026-03-07 15:27:48 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|