devel-Darwin: Add more C/C++ tools, add clang-tidy to $PATH
This commit is contained in:
parent
e23420162e
commit
b3fb9d8289
1 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue