mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-04 14:28:14 +00:00
init, dotfiles and install basic roles
This commit is contained in:
commit
46bdf4dda0
21 changed files with 283 additions and 0 deletions
23
roles/installs/tasks/cli.yml
Normal file
23
roles/installs/tasks/cli.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
- name: Install cli tools
|
||||
ansible.builtin.dnf5:
|
||||
name:
|
||||
# shell utils
|
||||
- just
|
||||
- fish
|
||||
- jsonnet
|
||||
|
||||
# edit utils
|
||||
- helix
|
||||
- micro
|
||||
- tmux
|
||||
- tmate
|
||||
- ripgrep
|
||||
|
||||
# git
|
||||
- git-delta
|
||||
- git
|
||||
|
||||
- ansible
|
||||
|
||||
state: latest
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue