devel: Fix for latest macOS and Homebrew

This commit is contained in:
Jannik Beyerstedt 2026-01-09 23:37:59 +01:00
parent 5efc74ba96
commit 5c45bfa5fc
2 changed files with 11 additions and 11 deletions

View file

@ -2,8 +2,8 @@
# Common/Devel: Install and Configure Dev Env - macOS Version
- name: Devel - Fonts
community.general.homebrew_cask:
name: homebrew/cask-fonts/font-hack
community.general.homebrew:
name: font-hack
state: present
# Install Visual Studio Code and Set Basic Configuration
@ -81,6 +81,6 @@
state: present
vars:
packages:
- basictex
- basictex # neeeds sudo
- tex-live-utility
diff: false