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.

18 lines
625 B
Markdown

## Welcome
This repository contains a template folder to start a fresh [TiddlyWiki](https://tiddlywiki.com/) already containing my favorite plugins and settings.
**Bonus point:** I added a service file to enable a reboot proof server :sparkles:\
_(do not forget to modify it to match your current username and folder structure)_
## :memo: Notes
```Bash
sudo loginctl enable-linger <current user>
mkdir -p ~/.config/systemd/user
cp TiddlyWiki-template.service ~/.config/systemd/user/
systemctl --user enable TiddlyWiki-template.service
systemctl --user daemon-reload
systemctl --user start TiddlyWiki-template.service
```