mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
28 lines
920 B
YAML
28 lines
920 B
YAML
- name: Install terminal arch packages
|
|
pacman:
|
|
name:
|
|
- neovim # Vim-fork focused on extensibility and agility
|
|
- task # Command-line TODO list manager
|
|
- timew # Timewarrior tracks and reports time
|
|
- taskwarrior-tui
|
|
- 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
|
|
- neofetch # Simple system information script
|
|
state: present
|
|
become: true
|
|
|
|
- name: Install terminal aur packages
|
|
yay:
|
|
name:
|
|
- rbw
|
|
- nb
|
|
state: present
|
|
become: true
|