mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
7 lines
238 B
Bash
7 lines
238 B
Bash
#!/bin/bash
|
|
|
|
ensure_package_is_installed syncthing &&
|
|
ensure_user_folder_present ~/.config/systemd/user &&
|
|
synchronize_user_folder ./sources/syncthing/syncthing.service ~/.config/systemd/user &&
|
|
ensure_user_service_active syncthing
|