mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
14 lines
451 B
YAML
14 lines
451 B
YAML
- name: Install terminal dnf packages
|
|
dnf:
|
|
name:
|
|
- stow # Symlink dots with a GNU
|
|
- vifm # File manager with curses interface
|
|
- neovim # Vim-fork focused on extensibility and agility
|
|
- task # Command-line TODO list manager
|
|
- timew # Timewarrior tracks and reports time
|
|
- nnn # The missing terminal file browser for X
|
|
state: present
|
|
become: true
|
|
|
|
- import_tasks: advcpmv.yml # Patched cp and mv for nnn
|