Update following original kymsu
This commit is contained in:
2019-08-10 09:03:04 +02:00
parent 754076dd3d
commit e29dbb808d
15 changed files with 210 additions and 64 deletions

14
install.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
KYMSU_PATH=`pwd`
# Make Kymsu accessible in PATH
ln -fs "${KYMSU_PATH}"/kymsu2.sh /usr/local/bin/kymsu2
# Store Kymsu stuff in home directory
mkdir -p ~/.kymsu && echo "${KYMSU_PATH}" > ~/.kymsu/path
cp -R "${KYMSU_PATH}/plugins.d" ~/.kymsu
echo "KYMSU2 has been installed. Run kymsu2 command!"
echo "It's a fork from https://github.com/welcoMattic/kymsu"
echo "All credits to welcoMattic"