fix dev packages

This commit is contained in:
Tyler Starr 2023-07-03 22:54:01 -07:00
parent 0f1f304086
commit 1b9ab825ce

View File

@ -1,15 +1,13 @@
- name: Install development void packages - name: Install development packages
dnf: apt:
name: name:
- python3 # Python programming language (3.11 series) - python3 # Python programming language (3.11 series)
- python3.9
- python3-pip # A tool for installing and managing Python3 packages - python3-pip # A tool for installing and managing Python3 packages
- python3-ipython - python3-ipython
- ripgrep # Fast search tool inspired by ag and grep - ripgrep # Fast search tool inspired by ag and grep
- fd-find # Simple, fast and user-friendly alternative to find - fd-find # Simple, fast and user-friendly alternative to find
- lazygit # Simple terminal UI for git commands
- pipenv # Python Development Workflow for Humans - pipenv # Python Development Workflow for Humans
- python3-devel # Python programming language (3.11 series) - development files - python3-dev # Python programming language (3.11 series) - development files
- cloc - cloc
state: present state: present
become: true become: true
@ -25,7 +23,7 @@
include_tasks: ../include/download-github-archive.yml include_tasks: ../include/download-github-archive.yml
loop: loop:
- user: jesseduffield - user: jesseduffield
repo: lazygit repo: lazygit # Simple terminal UI for git commands
regex: Linux_x86_64.tar.gz regex: Linux_x86_64.tar.gz
- name: Install development flatpaks - name: Install development flatpaks