There's not an installation. You just load the cc_script.sh file. 2 way to do that:
git clone "https://github.com/yusuf-daglioglu/cc_scripts"
cd "cc_scripts"
cd "release"
source "cc_scripts.sh"
If you don't have "git" command, you only need a single file:
FILE_PATH="$HOME/cc_scripts.sh" # or anywhere you want
curl --output "$FILE_PATH" "https://raw.githubusercontent.com/yusuf-daglioglu/cc_scripts/master/release/cc_scripts.sh"
source "$FILE_PATH"
ready! Now type on terminal "c" and press TAB, terminal will show you all available functions.