update gitignore, add htop

This commit is contained in:
ProgramSnail 2025-08-11 15:06:33 +03:00
parent 634e4440d6
commit 5fb61ca8fc
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
**.ssh **.ssh
galaxy_cache/
.ansible/

View file

@ -1,11 +1,12 @@
- name: Install cli tools - name: Install cli tools
ansible.builtin.dnf5: ansible.builtin.dnf5:
name: name:
# shells & shell utils # shells & common utils
- bash - bash
- fish - fish
- trash-cli - trash-cli
- bat - bat
- htop
# dev utils # dev utils
- just - just