Compare commits

..

No commits in common. "1c8b05d88f7b7ab9a60ecfd99da03cc188d6250c" and "e9d50b0e268c7c8e4d49da38f42d3a734ea94ebe" have entirely different histories.

2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ The `main.yml` file within the `pc-office` role comprises tasks for installing a
1. **Install Office Software**:
- The role utilizes the `community.general.pacman` module to install the following software packages:
- `chromium`: A free and open-source web browser.
- `shutter`: A feature-rich screenshot tool.
- `thunderbird`: A free and open-source email client, news client, RSS, and chat client.
- `calibre`: An e-book management software.
- `retext`: A simple but powerful editor for Markdown and reStructuredText.

View File

@ -2,6 +2,7 @@
community.general.pacman:
name:
- chromium
- shutter
- thunderbird
- calibre
- retext