dotfiles/.config/setup/02-setup-packages.sh

6 lines
148 B
Bash
Executable file

#! /usr/bin/sh
sudo usermod --append --groups docker "${USER}"
systemctl --user enable syncthing.service
systemctl --user start syncthing.service