Install a folder synchronizer

This commit is contained in:
Ohad Livne 2025-06-04 22:44:28 +03:00
parent 8b40cbc8b2
commit d56c6f907e
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -14,8 +14,12 @@ python3-pylsp \
sway \ sway \
swayidle \ swayidle \
swaylock \ swaylock \
syncthing \
youtube-dl \ youtube-dl \
" "
sudo apt-get install --yes ${DEB_PKGS} sudo apt-get install --yes ${DEB_PKGS}
sudo usermod --append --groups docker ${USER} sudo usermod --append --groups docker ${USER}
systemctl --user enable syncthing.service
systemctl --user start syncthing.service