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

6 lines
146 B
Bash
Executable file

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