homely
homely copied to clipboard
Python-based dotfiles management.
When setting up a new system, my HOMELY.py asks if I want to install things using `yesno()` prompts, but then fails with a traceback because the things isn't available via...
Make use of: * https://github.com/julienXX/terminal-notifier * https://github.com/jaredks/rumps * Need to have a proper config mechanism for turning this behaviour on/off * When `update` completes successfully, send a notification * When...
To be used with `lineinfile` and `blockinfile` - these will make it easier to put my shellrc stuff into an existing `.bashrc` on a new system.
To spin up `vim +PlugUpdate` and `nvim +PlugUpdate`, or run `tmux source-file ~/.tmux.conf`, etc.
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
I setup a new machine with [email protected] However, since [`@asyncio.coroutine` and `yield from` is deprecated](https://docs.python.org/3.10/library/asyncio-task.html#generator-based-coroutines), I receive this error when I tried to add my dotfiles directory: `AttributeError: module 'asyncio'...