mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
20 lines
445 B
YAML
20 lines
445 B
YAML
- name: Install terminal dnf packages
|
|
xbps:
|
|
name:
|
|
- neovim # Vim-fork focused on extensibility and agility
|
|
- task # Command-line TODO list manager
|
|
- timewarrior # Timewarrior tracks and reports time
|
|
- vifm
|
|
- zsh
|
|
- tmux
|
|
- nmap
|
|
- w3m
|
|
- lf
|
|
- khal
|
|
- vdirsyncer
|
|
state: present
|
|
become: true
|
|
|
|
#- import_tasks: advcpmv.yml # Patched cp and mv for nnn
|
|
- import_tasks: nb.yml
|