Files
dots/.local/bin/start-units
2024-07-20 08:09:49 +02:00

15 lines
362 B
Bash
Executable File

#!/bin/sh
sudo usermod -aG games mike
sudo usermod -aG libvirt mike
sudo usermod -aG docker mike
sudo systemctl enable --now acpid
sudo systemctl enable --now sshd
sudo systemctl enable --now libvirtd
sudo systemctl enable --now docker
sudo systemctl enable --now cups
systemctl enable --user --now redshift
systemctl enable --user --now gcr-ssh-agent.socket