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
|
**.ssh
|
||||||
|
galaxy_cache/
|
||||||
|
.ansible/
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue