1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-05-31 03:57:36 +02:00
2024-07-17 10:46:24 +03:00

5 lines
157 B
Bash
Executable File

#!/usr/bin/env bash
mkdir -vp ~/.local/share/{dark,light}-mode.d
cp dark-mode.d/* ~/.local/share/dark-mode.d/
cp light-mode.d/* ~/.local/share/light-mode.d/