2023-07-03 22:43:09 -07:00
|
|
|
- name: Install terminal packages
|
2023-07-05 08:43:13 -07:00
|
|
|
pacman:
|
2023-07-03 16:57:11 -07:00
|
|
|
name:
|
|
|
|
- neovim # Vim-fork focused on extensibility and agility
|
2023-07-05 08:18:25 -07:00
|
|
|
- task # Command-line TODO list manager
|
|
|
|
- timew # Timewarrior tracks and reports time
|
|
|
|
- python-tasklib # Library for interacting with taskwarrior databases (Python3)
|
2023-07-03 16:57:11 -07: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)
|
|
|
|
- khal # Command-line calendar build around CalDAV
|
|
|
|
- khard # Command-line addressbook built around CardDAV
|
|
|
|
- vdirsyncer # Synchronize calendars and addressbooks
|
|
|
|
- neofetch # Simple system information script
|
2023-07-05 09:46:43 -07:00
|
|
|
- python-setuptools
|
2023-07-06 09:51:19 -07:00
|
|
|
- bashtop
|
2023-07-03 16:57:11 -07:00
|
|
|
state: present
|
|
|
|
become: true
|
|
|
|
|
|
|
|
- name: Install terminal python packages
|
2023-07-03 21:37:37 -07:00
|
|
|
ansible.builtin.pip:
|
2023-07-03 16:57:11 -07:00
|
|
|
name:
|
|
|
|
- pynvim
|
|
|
|
|
|
|
|
- name: Install terminal cargo packages
|
|
|
|
community.general.cargo:
|
|
|
|
name: rbw # This is an unofficial command line client for Bitwarden
|
|
|
|
|
|
|
|
- name: Install github release binaries
|
|
|
|
include_tasks: ../include/download-github-archive.yml
|
|
|
|
loop:
|
|
|
|
- user: kdheepak
|
|
|
|
repo: taskwarrior-tui
|
|
|
|
regex: unknown-linux-gnu.tar.gz
|
|
|
|
- user: mickael-menu
|
|
|
|
repo: zk
|
|
|
|
regex: linux-amd64.tar.gz
|