devel: Fix for latest macOS and Homebrew
This commit is contained in:
parent
5efc74ba96
commit
5c45bfa5fc
2 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue