devel-Darwin: Add more C/C++ tools, add clang-tidy to $PATH

This commit is contained in:
Jannik Beyerstedt 2026-03-20 12:17:21 +01:00
parent e23420162e
commit b3fb9d8289

View file

@ -57,7 +57,16 @@
vars:
packages:
- clang-format
- llvm
- cmake
- ninja
- meson
diff: false
- name: Devel - C/C++ - Symlink clang-tidy
ansible.builtin.file:
state: link
path: /usr/local/bin/clang-tidy
src: /opt/homebrew/opt/llvm/bin/clang-tidy
# Dev Env - Python Development Tools
# all done in vscode.yml
@ -85,6 +94,6 @@
state: present
vars:
packages:
- basictex # neeeds sudo
- basictex # needs sudo
- tex-live-utility
diff: false