I setup a new machine with Python@3.11
However, since @asyncio.coroutine and yield from is deprecated, I receive this error when I tried to add my dotfiles directory:
AttributeError: module 'asyncio' has no attribute 'coroutine'. Did you mean: 'coroutines'?
This file needs to be updated to use the new async/await syntax