Just colors...
- Type:
git clone https://github.com/1RaY-1/terminal-colorsin your terminal OR just download zipped file.
Then...
-
Go to Windows directory
-
Open powershell there and type:
.\fun.ps1
- If you receieve an error saying that running scripts is disabled on your system, execute this in Powershell with Admin privileges:
Set-ExecutionPolicy RemoteSigned
-
Go to Linux directory
-
Open terminal there and type:
bash fun.sh
-
You can't type in your termina while this is running.
-
To Stop it: CTRL + C
-
On Windows when you don't execute any scripts, set ExecutionPolicy back to Restricted for better security:
Set-ExecutionPolicy Restricted
