commit 2df357f96cbf797c50239a3125f3afd08f152587 parent e1a33c16361dc39e3a73f8c1b10e39000b5dfc97 Author: NicholasFarrow <nicholas.w.farrow@gmail.com> Date: Wed, 15 May 2019 18:46:33 +1000 create .config folder Diffstat:
M | install.sh | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/install.sh b/install.sh @@ -4,6 +4,8 @@ PLUGLOC=$HOME/plugfiles CFGLOC=$HOME/.config +[ -f $CFGLOC ] || mkdir $CFGLOC + for CFGFOLDER in $PLUGLOC/.config/*/ do FOLDERNAME=$(basename $CFGFOLDER)