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

9 lines
132 B
YAML
Raw Normal View History

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