Expected behavior
- Add symlink to a
pkgx.yaml file in a project directory.
- Run
dev in project directory so to activate developer environment tooling.
- Cd into project directory.
- 🟢 The
pkgx.yaml is read and the specified tooling is installed/loaded.
Actual behavior
- Add symlink to a
pkgx.yaml file in a project directory.
- Run
dev in project directory so to activate developer environment tooling.
- Cd into project directory.
- 🔴 No tooling is loaded. I don't think the file is recognized.
More details
$ ls -lha
drwxr-xr-x 45 fredrik staff 1.4K Dec 13 21:22 .
drwxr-xr-x 21 fredrik staff 672B Dec 12 18:01 ..
lrwxr-xr-x@ 1 fredrik staff 48B Dec 13 21:22 pkgx.yaml -> /Users/fredrik/code/dotfiles/templates/pkgx.yaml
$ cat pkgx.yaml
dependencies:
- ruby
- gem
- node
- npm
- python
Expected behavior
pkgx.yamlfile in a project directory.devin project directory so to activate developer environment tooling.pkgx.yamlis read and the specified tooling is installed/loaded.Actual behavior
pkgx.yamlfile in a project directory.devin project directory so to activate developer environment tooling.More details