Files
myi3/tasks/configure-software-fedora.yaml

34 lines
733 B
YAML

- name: Package Installation - Productivity Tools
package:
name: ["alacritty", "ranger", "mousepad", "ghostwriter", "thunar", "xclip"]
state: present
- name: Package Installation - Development Tools
package:
name: ["binutils"]
state: present
- name: Package Installation - Media
package:
name: ["flameshot", "ImageMagick", "scrot"]
state: present
- name: Package Installation - System Desktop
package:
name:
[
"rofi",
"nitrogen",
"arandr",
"autorandr",
"dunst",
"brightnessctl",
"autotiling",
]
state: present
- name: Package Installation - I3 Desktop
package:
name: ["i3", "i3lock", "i3blocks"]
state: present