This repository has been archived on 2025-05-28. You can view files and clone it, but cannot push or open issues or pull requests.

492 B

Welcome

This repository contains a template folder to start a fresh TiddlyWiki already containing my favorite plugins and settings.

Bonus point: I added a service file to enable a reboot proof server

📝 Notes

sudo loginctl enable-linger <current user>

mkdir -p ~/.config/systemd/user
cp template.service ~/.config/systemd/user/

systemctl --user enable template
systemctl --user daemon-reload
systemctl --user start template