Color-Scripts
Color-Scripts copied to clipboard
i'm dumb and i dont know how to use commands with this colorscript
hi, i'm new to git and coding, so i don't often use terminal. i'd like to know commands to run in terminal and if this color-scripts work on windows too
A bit late but I'll explain how to do it.
There are two ways:
- Open the your file manager where the scripts were cloned, then right click and selected
Open terminal here
. After it opened just do./script
(of course you have to replace the “script” with the one you want to run). - Or you could open your terminal and
cd
into the directory where you cloned this repository; then all you've just do is./script
again.
According to the README, all scripts have been chmod
ed, so that means they can be executed, if you're unable to run them, just do chmod +x script
and try again (and again you'll have to replace “script” with the actual name).
and if this color-scripts work on windows too
Sorry but I don't have the answer for this. Good luck :)