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

12 lines
166 B
YAML
Raw Normal View History

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