diff options
author | nathan <nathansmith@disroot.org> | 2025-06-28 08:04:34 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-06-28 08:04:34 -0600 |
commit | 1ee42cf5f38b41d15c40694c3a6e61ee51fde2b5 (patch) | |
tree | 379ee8a31e05ec8bb0df383fd8ddb83bbb158e19 /README.org |
first commit
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..52f79df --- /dev/null +++ b/README.org @@ -0,0 +1,19 @@ +* psi+ for void linux +psi+ xbps package for void linux + +Things you might want to know: ++ psi+ webkit version is enabled ++ xscreensaver is disabled ++ psi plugins are included ++ psi resources are not included + +** Installing +[[https://github.com/void-linux/void-packages/?tab=readme-ov-file#quick-start][Setup void-packages]] and copy =psi-plus= to =void-packages/srcpkgs/= + +** Installing resources +For silly fun things like emojis and skins you will need to install the +resources +#+begin_src shell + git clone https://github.com/psi-im/resources + sudo cp -r resources/* /usr/share/psi-plus/ +#+end_src |