Various configuration files.
Clone repository into your HOME dir, then execute in the repo folder:
Follow steps from: .ansible/README.md
The repository includes .devcontainer/devcontainer.json for a reproducible local
setup with GitHub Actions tooling, Docker support, and common CLI dependencies.
Run repository-wide validation before opening a pull request:
pre-commit run -aIf you get the following error while loading rc files:
syntax error near unexpected token `&'
you need to upgrade your bash by the following steps:
brew install bashsudo ex +'$put =\"/usr/local/bin/bash\"' -scwq /etc/shellschsh -s /usr/local/bin/bash