Skip to content

Instantly share code, notes, and snippets.

@francajosejunior
Last active February 15, 2025 15:01
Show Gist options
  • Save francajosejunior/9595a0f6dce3e6a7474009aa0508d321 to your computer and use it in GitHub Desktop.
Save francajosejunior/9595a0f6dce3e6a7474009aa0508d321 to your computer and use it in GitHub Desktop.
#cloud-config
autoinstall:
version: 1
identity:
realname: "José Júnior"
hostname: ubuntu-desktop
username: ze
password: "$y$j9T$uhkxlm8nUQaNu.6rl4k2d.$DIldpYy96OHg8lFjfXfc671BZcGWkPOmaDONGAhGSg3"
locale: pt_BR.utf8
keyboard:
layout: br
timezone: "America/Sao_Paulo"
packages:
- libreoffice
- gimp
- git
- curl
- wget
snaps:
- name: boxes
channel: stable
- name: dotnet-sdk
channel: 8.0/stable
- name: steam
channel: stable
classic: true
- name: spotify
channel: stable
classic: true
- name: code
channel: stable
classic: true
- name: rider
channel: stable
classic: true
- name: chromium
channel: stable
classic: true
- name: whatsapp-for-linux
channel: stable
classic: true
- name: azure-data-studio
channel: stable
classic: true
- name: notepad-plus-plus
channel: stable
classic: true
install: true
drivers:
install: true
updates: all
shutdown: reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment