dotfiles/.config/ansible/roles/arch/packages/tasks/modules/coding.yml
Sergio Laín 23c129bf01
feat(ansible): added modules for a more customizable installation instead of just minimal and full
gaming, coding and multimedia (i still had to do the last)
2023-11-20 00:36:57 +01:00

50 lines
747 B
YAML

# PACMAN
- name: Install Pacman Packages
pacman:
name:
- dbeaver
- diff-so-fancy
- fzf
- lazygit
- neovide
- neovim
- npm
- bob
- onefetch
- ripgrep
- ripgrep-all
- sd
- yarn
- rustup
- python-pip
- python-pipx
- git
- github-cli
- luarocks
- nodejs
# AUR
- name: Install AUR Packages
become: true
become_user: aur_builder
aur:
use: yay
name:
- lazynpm
- scc-bin
- tgpt-bin
- visual-studio-code-bin
# Cargo
- name: Install Rust Packages
cargo:
name:
- cargo-update
# Npm
- name: Install Npm Packages
npm:
name:
- commitizen
- cz-git
global: true