aboutsummaryrefslogtreecommitdiff
* psi+ for void linux
psi+ xbps package for void linux

Things you might want to know:
+ psi+ webkit version is enabled
+ psi plugins are included
+ psi resources are not included

** Installing
#+begin_src shell
  echo "repository=https://repo.shittyweb.org" > /etc/xbps.d/shittyweb-repo.conf
  xbps-install -Su psi-plus
#+end_src

** Building
[[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
  cp -r resources/* /usr/share/psi-plus/
#+end_src