mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
change back to pip
This commit is contained in:
parent
d285c05706
commit
9506975279
@ -6,7 +6,7 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Install development void packages
|
- name: Install development void packages
|
||||||
apt:
|
dnf:
|
||||||
name:
|
name:
|
||||||
- python3 # Python programming language (3.11 series)
|
- python3 # Python programming language (3.11 series)
|
||||||
- python3.9
|
- python3.9
|
||||||
@ -22,7 +22,7 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Install development python packages
|
- name: Install development python packages
|
||||||
community.general.pipx:
|
ansible.builtin.pip:
|
||||||
name:
|
name:
|
||||||
- ansible-lint # Command-line tool for linting playbooks, roles and collections
|
- ansible-lint # Command-line tool for linting playbooks, roles and collections
|
||||||
- pyright
|
- pyright
|
||||||
|
@ -12,9 +12,6 @@
|
|||||||
- qemu-system
|
- qemu-system
|
||||||
- libvirt-daemon-system
|
- libvirt-daemon-system
|
||||||
- trash-cli # Command line interface to the freedesktop.org trashcan
|
- trash-cli # Command line interface to the freedesktop.org trashcan
|
||||||
- android-tools # Android platform tools(adb, fastboot)
|
|
||||||
- snapper
|
|
||||||
- python3-dnf-plugin-snapper
|
|
||||||
- cargo
|
- cargo
|
||||||
- borgbackup
|
- borgbackup
|
||||||
- fzf
|
- fzf
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Install terminal python packages
|
- name: Install terminal python packages
|
||||||
community.general.pipx:
|
ansible.builtin.pip:
|
||||||
name:
|
name:
|
||||||
- pynvim
|
- pynvim
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@ read bitemail
|
|||||||
|
|
||||||
# Install ansible python dependencies
|
# Install ansible python dependencies
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
sudo apt install python3 pipx ansible cargo -y
|
sudo apt install python3 python3-pip ansible cargo -y
|
||||||
pipx install pexpect
|
pip install pexpect
|
||||||
cargo install rbw
|
cargo install rbw
|
||||||
|
|
||||||
# Add things to path for this script
|
# Add things to path for this script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user