docs: homebrew todo

This commit is contained in:
xeruf 2024-07-13 20:43:38 +03:00
parent 70273256e5
commit 75ee9901ce
2 changed files with 3 additions and 2 deletions

View file

@ -174,6 +174,7 @@ and ideas that need to be fleshed out.
- Log Installs for reuse - Log Installs for reuse
### TODOs ### TODOs
- Homebrew for Mac - partially implemented but resolution not working (e.g. docker automatically installing brew first)
- Somehow installing doom emacs has a dependency tree resolution issue - Somehow installing doom emacs has a dependency tree resolution issue
- Debug corner cases: Not working on Windows when run as Admin - Debug corner cases: Not working on Windows when run as Admin
- Handler preparation - update repos and cache last update time in /tmp - Handler preparation - update repos and cache last update time in /tmp
@ -222,7 +223,7 @@ but the details still need to be fleshed out.
such as `yay` for arch and aur such as `yay` for arch and aur
+ how about `providers/<handler>/<provider>[_<ext>]`? + how about `providers/<handler>/<provider>[_<ext>]`?
Same duplication issue, now spread out... Same duplication issue, now spread out...
+ underscore extension might be superfluous through that, since `ext` was somewhat a proxy for a proper `provider` configuraion + underscore extension might be superfluous through that, since `ext` was somewhat a proxy for a proper `provider` configuration
- Use system subdirectories for handlers and groups, - Use system subdirectories for handlers and groups,
which are used by default when system is detected which are used by default when system is detected

View file

@ -1,3 +1,3 @@
#!/bin/sh -ex #!/bin/sh -ex
gpg --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB gpg --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
\curl -sSL https://get.rvm.io | bash -s stable curl -sSL https://get.rvm.io | bash -s stable