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

11 lines
151 B
YAML
Raw Normal View History

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