mirror of
https://github.com/foo-dogsquared/ansible-playbooks.git
synced 2025-01-31 16:57:57 +00:00
7581863a4f
Now, it's becoming similar to my NixOS configuration. Not as declarative and working out of the box as it requires a server but it's the closest thing. I'll explore more configurations as I go along.
29 lines
473 B
YAML
29 lines
473 B
YAML
---
|
|
- name: Install additional development tools
|
|
dnf:
|
|
state: present
|
|
name:
|
|
- tealdeer
|
|
- bat
|
|
- fzf
|
|
- exa
|
|
- ripgrep
|
|
- sqlite
|
|
- zoxide
|
|
- direnv
|
|
|
|
- name: Install extra dependencies
|
|
dnf:
|
|
state: present
|
|
name:
|
|
- editorconfig
|
|
- ImageMagick
|
|
- ImageMagick-doc
|
|
- ImageMagick-libs
|
|
- hyperfine
|
|
- libtree-sitter
|
|
- recoll
|
|
- recoll-gssp
|
|
- recoll-kio
|
|
- starship
|