petermueller - Overview
Pinned Loading
-
My dotfiles. Feel free to use as a template, or ask me questions if using these as inspiration.
Shell 3
-
2
If you just want to copy-paste this it should "just work", but you'll need to get `yarn` set up. Follow the instructions at https://yarnpkg.com/getting-started/install OR just run:
4
- `yarn set version berry`
5
- `yarn install` # this should make a `.yarn/`, `yarn.lock`, and `.pnp.js`
-
4
def child_spec(args) do
5
IO.inspect(args, label: "*** MyMod.child_spec/1")