spmenu/themes/install.sh
2023-05-06 14:38:05 +02:00

10 lines
355 B
Bash
Executable file

#!/bin/sh
# install.sh
# This script installs all the profiles
CONFDIR="${XDG_CONFIG_HOME:-$HOME/.config}"
mkdir -p "$CONFDIR/spmenu/themes"
cp ./*.conf "$CONFDIR/spmenu/themes"
echo "Installed."
echo "Use spmenuify (or another theme manager) to enable the themes."
echo "Alternatively copy whichever theme you want to use to ~/.config/spmenu/theme.conf"