2022-12-29 19:11:38 -08:00
|
|
|
|
- name: Install terminal void packages
|
2022-12-21 00:07:52 -08:00
|
|
|
|
xbps:
|
2022-12-10 17:09:35 -08:00
|
|
|
|
name:
|
|
|
|
|
- neovim # Vim-fork focused on extensibility and agility
|
|
|
|
|
- task # Command-line TODO list manager
|
2022-12-21 00:07:52 -08:00
|
|
|
|
- timewarrior # Timewarrior tracks and reports time
|
2022-12-27 23:46:49 -08:00
|
|
|
|
- vifm # Ncurses-based file manager with vi-like keybindings
|
|
|
|
|
- zsh # Z SHell
|
|
|
|
|
- tmux # Terminal Multiplexer
|
|
|
|
|
- nmap # Utility for network discovery and security auditing
|
|
|
|
|
- w3m # Text-based Web browser and pager (with Debian patches)
|
|
|
|
|
- lf # Terminal file manager
|
|
|
|
|
- khal # Command-line calendar build around CalDAV
|
|
|
|
|
- khard # Command-line addressbook built around CardDAV
|
|
|
|
|
- vdirsyncer # Synchronize calendars and addressbooks
|
2023-01-14 12:54:09 -08:00
|
|
|
|
- neofetch # Simple system information script
|
2022-12-10 17:09:35 -08:00
|
|
|
|
state: present
|
|
|
|
|
become: true
|
|
|
|
|
|
2022-12-29 00:48:31 -08:00
|
|
|
|
- name: Install terminal xbps-src packages
|
|
|
|
|
tags: ["src"]
|
|
|
|
|
include_tasks: ../include/xbps-src.yml
|
|
|
|
|
loop:
|
|
|
|
|
- package: rbw # Unofficial command line client for bitwarden
|
|
|
|
|
repository: hostdir/binpkgs
|
2022-12-29 01:57:43 -08:00
|
|
|
|
|
|
|
|
|
- include_tasks: nb.yml # Command line and local web note‑taking, bookmarking, archiving, and knowledge base application
|
|
|
|
|
- include_tasks: taskwarrior-tui.yml # Terminal User Interface (TUI) for Taskwarrior
|