spmenu/themes/install.sh

7 lines
178 B
Bash
Raw Normal View History

#!/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"