Compare commits

..

No commits in common. "f133c39a203c919600cf9e20ec1b0c9c367c7ff5" and "fbf779de3c52f6be0e69c9651c90b9abab085e44" have entirely different histories.

4 changed files with 10 additions and 18 deletions

View file

@ -11,6 +11,8 @@ common:
- base-devel
- name: mosh
desc: The best to connect to remote server!
- name: python-pipx
desc: To install python stuff
deps:
- name: aur/downgrade
- name: pacman-contrib
@ -169,7 +171,6 @@ common:
git:
- git
- tig
- pre-commit
- aur/gitwatch-git
fossil:
- fossil
@ -239,7 +240,6 @@ common:
tui:
browser:
- w3m
- lynx
- name: aur/browsh
desc: Terminal browser, headless chromium running on a remote server that translate to text over Mosh.
files:
@ -328,8 +328,6 @@ common:
- name: tidy
desc: HTML beautifier
- name: prettier
- name: htmlq
desc: Extract text or data from HTML using CSS selector
sqlite:
- sqlite
- sqlite-analyzer
@ -349,7 +347,7 @@ common:
- raylib
- libzip
node:
- nodejs-lts-jod
- nodejs
- npm
- deno
- yarn
@ -399,7 +397,6 @@ common:
shell:
- fish
- nushell
- aur/fish-fzf
- zoxide
- name: dash

View file

@ -1,5 +1,4 @@
base:
- mkdocs
- pipdeptree
- copyparty
- lesspass
@ -8,7 +7,8 @@ base:
- mkdocs
- linkchecker
- imagehash
- pylint
multimedia:
- azlyrics2
- epy-reader
- name: rembg
desc: Remove image background

View file

@ -1,5 +0,0 @@
- name: Install tool with UV
register: uv_tool_install
ansible.builtin.command: |
uv tool install {{ item }}
changed_when: "'already installed' not in uv_tool_install.stdout"

View file

@ -121,11 +121,6 @@
- shell: "rm -rf /etc/pacman.d/gnupg && pacman-key --init && pacman-key --populate archlinux"
- shell: "mkdir -p {{ home }}/.cache/monakhos; echo -n $(date --iso-8601=d) > {{ home }}/.cache/monakhos/pacman_key_state"
- name: Install global tools (Python packages)
include_role:
name: uv_tools
with_items: "{{ lookup('pipe', 'cat python_packages.yaml | python3 parse_arch_packages.py all') | from_json }}"
# AUR SETUP
- name: Create the aur_builder user
become: yes
@ -349,6 +344,11 @@
include_role:
name: popequer_notebook
- name: Install pip packages
community.general.pipx:
name: "{{ item }}"
with_items: "{{ lookup('pipe', 'cat pip_packages.yaml | python3 parse_arch_packages.py all') | from_json }}"
- name: Enable bluetooth service
become: true
ansible.builtin.systemd_service: