How to use archlinux: Difference between revisions
Line 164: | Line 164: | ||
<syntaxhighlight lang="bash" line> | <syntaxhighlight lang="bash" line> | ||
ln -s /home/qlzq/Documents/En /usr/share/stardict/dic/own-dict | ln -s /home/qlzq/Documents/En /usr/share/stardict/dic/own-dict | ||
</syntaxhighlight> | |||
== 使用 rslsync == | |||
<syntaxhighlight lang="bash" line> | |||
pon # 先开 proxy | |||
paru -S rslsync | |||
mkdir -p ~/.config/rslsync | |||
rslsync --dump-sample-config > ~/.config/rslsync/rslsync.conf | |||
systemctl --user enable --now rslsync.service | |||
</syntaxhighlight> | </syntaxhighlight> | ||