#!/bin/bash : ' @vendor Chorke Academia, Inc. @web https://cdn.chorke.org/docs/academia @version 1.0.00 @since 1.0.00 ' :<${CONFIG_JSON_FILE} echo -E "$(jq '(.segments.left[]|select(.function=="powerline.segments.common.vcs.branch")).args={"status_colors":true}' ${LEFTONLY_JSON_FILE})">${LEFTONLY_JSON_FILE} } function launch(){ powerline-daemon --replace if [[ -x "$(command -v deactivate)" ]];then deactivate;fi } function init(){ validate download approve setting install launch } init