mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Offline installation documentation help #313
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pjhfggij on GitHub (Mar 24, 2024).
Is your feature request related to a problem? Please describe.
Documentation for offline installation missing - could you please help me piece it together?
Describe the solution you'd like
For example:
winget install LGUG2Z.komorebi LGUG2Z.whkd?)komorebic quickstart?)Are there any other steps missing compared to the documented installation procedure?
Describe alternatives you've considered
Additional context
Installing in a windows virtual machine without internet connection.
@LGUG2Z commented on GitHub (Mar 24, 2024):
I think we can make offline installation even simpler by bundling example configs into the built code with something like
include_str!; this would also remove almost all http requests to GitHub in the code which sometimes result in false positives from AV tools.With this change the offline installation and setup steps would be largely the same because the
quickstartcommand won't need make any http calls anymore.@pjhfggij commented on GitHub (Mar 24, 2024):
+1 That would be perfect for my use case
@pjhfggij commented on GitHub (Mar 29, 2024):
Thank you for adding this feature. In case someone has used .msi installers for komorebi and wkhd already and is only looking for configuration files this seemed to work for me:
komorebi.json)~/.config)Cursory look over the main.rs:SubCommand::Quickstart function seems to confirm that there isn't anything else the
komorebic quickstartcommand is doing. If there's something I missed please let me know.@LGUG2Z commented on GitHub (Mar 29, 2024):
Note to self that the docs still need to be added here for v0.1.23: https://lgug2z.github.io/komorebi/installation.html