29 lines
938 B
YAML
Raw Normal View History

2023-01-14 15:24:18 -08:00
- name: Install terminal arch packages
pacman:
2022-12-10 17:09:35 -08:00
name:
- neovim # Vim-fork focused on extensibility and agility
- task # Command-line TODO list manager
2023-01-14 15:24:18 -08:00
- timew # Timewarrior tracks and reports time
- taskwarrior-tui
2023-01-14 15:56:03 -08:00
- task-open
- 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
2023-01-14 15:24:18 -08:00
- name: Install terminal aur packages
yay:
name:
- rbw
- nb
state: present
become: true