mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
32 lines
662 B
YAML
32 lines
662 B
YAML
---
|
|
profile_packages:
|
|
- dbus-user-session
|
|
- gnome-keyring
|
|
- gnome-shell-extension-manager
|
|
- gnome-shell-extensions
|
|
- gnome-terminal
|
|
- gnome-tweaks
|
|
- seahorse
|
|
|
|
workstation_snap_packages:
|
|
- name: intellij-idea-ultimate
|
|
classic: true
|
|
channel: latest/stable
|
|
- name: postman
|
|
classic: false
|
|
channel: latest/stable
|
|
- name: thunderbird
|
|
classic: false
|
|
channel: latest/stable
|
|
- name: code
|
|
classic: true
|
|
channel: latest/stable
|
|
|
|
workstation_user_directories:
|
|
- path: "{{ user_home }}/.config"
|
|
mode: "0755"
|
|
- path: "{{ user_home }}/.local"
|
|
mode: "0755"
|
|
- path: "{{ user_home }}/.local/bin"
|
|
mode: "0755"
|