We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85621f5 commit 2bf259aCopy full SHA for 2bf259a
install.sh
@@ -1,6 +1,7 @@
1
#!/bin/sh
2
-CSDIR="$HOME/.config/geany/colorschemes/"
3
-echo "Installing themes into \`$CSDIR'..."
+
+CSDIR="${XDG_CONFIG_HOME:-$HOME/.config}/geany/colorschemes/"
4
+echo "Installing themes into '$CSDIR'..."
5
mkdir -p "$CSDIR"
6
for SCHEME in `ls colorschemes/*.conf`
7
do
0 commit comments