mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-06 07:28:44 +00:00
update gitignore, add htop
This commit is contained in:
parent
634e4440d6
commit
5fb61ca8fc
2 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
**.ssh
|
||||
galaxy_cache/
|
||||
.ansible/
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
- name: Install cli tools
|
||||
ansible.builtin.dnf5:
|
||||
name:
|
||||
# shells & shell utils
|
||||
# shells & common utils
|
||||
- bash
|
||||
- fish
|
||||
- trash-cli
|
||||
- bat
|
||||
- htop
|
||||
|
||||
# dev utils
|
||||
- just
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue