7 lines
187 B
Bash
Executable file
7 lines
187 B
Bash
Executable file
#!/bin/bash
|
|
# Install JetBrains Stuff
|
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}";
|
|
INSTALL_FONTS="${INSTALL_FONTS}";
|
|
source "./personal.sh";
|
|
popd > /dev/null;
|