feat(install): XDG CLI install and Omarchy plugin - #1
Open
csfh wants to merge 4 commits into
Open
Conversation
Install now writes the script under XDG_DATA_HOME, a launcher under XDG_BIN_HOME (or PSH_INSTALL_DIR), and bash completion files. Update replaces the payload; uninstall removes install artifacts and accepts --purge for config. psh install omarchy copies the bar-widget plugin into the user Omarchy plugin directory without enabling it, so bar layout stays explicit.
CLI install is bash install.sh and only writes XDG payload, launcher, and completion. The bar plugin is installed with omarchy plugin add (alias: omarchy plugin install) against this repository, so the manifest lives at the repo root. psh install omarchy is removed. Uninstall no longer deletes Omarchy plugin files; use omarchy plugin remove for that.
Match the existing user plugins (modoterra.omabench, omadesk, omaray) instead of a reverse-DNS com.modoterra id.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
XDG_DATA_HOME, launcher underXDG_BIN_HOME/PSH_INSTALL_DIR, bash completion,psh update,psh uninstall [--purge].install.shonly (no plugin). Curl path:curl …/install.sh | bash.omarchy plugin add/omarchy plugin installagainst this repo. Plugin id iscom.mdtrr.promptshell.Test plan
make testmake install-smokeomarchy plugin validateon plugin filesbash install.shon a machine and confirmpshon PATHomarchy plugin add <url> --enableand click the bar widget