set aboslute path to parent of setup.sh

fixes #125
This commit is contained in:
Zeno Jiricek 2022-12-10 16:56:02 +10:30 committed by GitHub
parent ef71554d8b
commit 87194ad50b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ BBlack='\033[1;30m' BRed='\033[1;31m' BGreen='\033[1;32m' BYellow='\033[1;33m
BBlue='\033[1;34m' BPurple='\033[1;35m' BCyan='\033[1;36m' BWhite='\033[1;37m'
## Directories ----------------------------
DIR=`pwd`
DIR=$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )
FONT_DIR="$HOME/.local/share/fonts"
ROFI_DIR="$HOME/.config/rofi"