9 lines
174 B
Bash
Executable file
9 lines
174 B
Bash
Executable file
#! /usr/bin/sh
|
|
|
|
systemctl --user enable --now syncthing.service
|
|
|
|
mkdir --parents ~/Pictures/screenshots
|
|
|
|
pre-commit install
|
|
|
|
sudo usermod --append --groups dialout "${USER}"
|