## 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: ## :memo: Notes ```Bash sudo loginctl enable-linger mkdir -p ~/.config/systemd/user cp template.service ~/.config/systemd/user/ systemctl --user enable template systemctl --user daemon-reload systemctl --user start template ```