mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-17 00:29:33 +01:00
5 lines
157 B
Bash
5 lines
157 B
Bash
|
#!/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/
|