docs: homebrew todo
This commit is contained in:
parent
70273256e5
commit
75ee9901ce
2 changed files with 3 additions and 2 deletions
|
@ -174,6 +174,7 @@ and ideas that need to be fleshed out.
|
|||
- Log Installs for reuse
|
||||
|
||||
### 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
|
||||
- Debug corner cases: Not working on Windows when run as Admin
|
||||
- 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
|
||||
+ how about `providers/<handler>/<provider>[_<ext>]`?
|
||||
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,
|
||||
which are used by default when system is detected
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh -ex
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue