Last active
February 15, 2025 15:01
-
-
Save francajosejunior/9595a0f6dce3e6a7474009aa0508d321 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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