openSUSE support #41

Closed
mfocko wants to merge 3 commits from suse into main
3 changed files with 31 additions and 0 deletions
Showing only changes of commit f59c9aa8d8 - Show all commits

View file

@ -0,0 +1,3 @@
---
dependencies:
- opensuse/packages

View file

@ -0,0 +1,18 @@
---
- name: Upgrade all packages
zypper:
name: "*"
state: latest
- name: Install playerctl and flameshot
zypper:
name:
- playerctl
- flameshot
- name: Install non-default flatpak
zypper:
name:
- flatpak
- include: shell.yml

View file

@ -0,0 +1,10 @@
---
- name: Install all packages for shell
zypper:
name:
- zsh
- tmux
- neovim
- emacs
- alacritty
state: present