macbook-setup/user-data

54 lines
1.1 KiB
Text
Raw Normal View History

#cloud-config
autoinstall:
version: 1
locale: de_DE.UTF-8
keyboard:
layout: de
variant: mac
identity:
hostname: macbook
username: rene
# Passwort mit `mkpasswd -m sha-512 PASSWORT` generieren und hier ersetzen:
password: "$6$CHANGEME$CHANGEME"
ssh:
install-server: false
storage:
layout:
name: lvm
packages:
- bcmwl-kernel-source
- mbpfan
- thermald
- lm-sensors
- git
- curl
- wget
- zsh
- neovim
- stow
- build-essential
- python3
- python3-pip
- nodejs
- npm
- wireguard
- wireguard-tools
- libreoffice
- libreoffice-l10n-de
- thunderbird
- thunderbird-locale-de
- language-pack-de
- wngerman
- tlp
- tlp-rdw
- keepassxc
- htop
- btop
- timeshift
- vlc
- bc
late-commands:
# setup.sh aus Forgejo ausführen — Modell als Argument übergeben (13 oder 16)
- curtin in-target --target=/target -- bash -c 'curl -fsSL https://git.motocamp.de/rene/macbook-setup/raw/branch/main/setup.sh | bash -s -- 13'
# Für MBP 16": oben "13" durch "16" ersetzen