dotfiles/playbooks/roles/opensuse/packages/tasks/shell.yml

11 lines
154 B
YAML
Raw Normal View History

---
- name: Install all packages for shell
zypper:
name:
- zsh
- tmux
- neovim
- emacs
- alacritty
state: present