Install configurations for zellij
sudo bash -c "$(curl -q -LSsf "https://github.com/dfmgr/installer/raw/main/install.sh")" && sudo dfmgr install installerOR
dfmgr update zellijapt install zellijyum install zellijpacman -S zellijbrew install zellijAPPDIR="$HOME/.local/share/CasjaysDev/dfmgr/zellij"
mv -fv "$HOME/.config/zellij" "$HOME/.config/zellij.bak"
git clone https://github.com/dfmgr/zellij "$APPDIR"
cp -Rfv "$APPDIR/etc/." "$HOME/.config/zellij/"
[ -d "$APPDIR/bin" ] && cp -Rfv "$APPDIR/bin/." "$HOME/.local/bin/"