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:
|
vars:
|
||||||
packages:
|
packages:
|
||||||
- clang-format
|
- clang-format
|
||||||
|
- llvm
|
||||||
|
- cmake
|
||||||
|
- ninja
|
||||||
|
- meson
|
||||||
diff: false
|
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
|
# Dev Env - Python Development Tools
|
||||||
# all done in vscode.yml
|
# all done in vscode.yml
|
||||||
|
|
@ -85,6 +94,6 @@
|
||||||
state: present
|
state: present
|
||||||
vars:
|
vars:
|
||||||
packages:
|
packages:
|
||||||
- basictex # neeeds sudo
|
- basictex # needs sudo
|
||||||
- tex-live-utility
|
- tex-live-utility
|
||||||
diff: false
|
diff: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue