Update zsh config

This commit is contained in:
2022-03-18 10:06:10 +03:00
parent 8d4925cff2
commit 316cc4d51f
30 changed files with 1124 additions and 20 deletions

25
scripts/colorscripts/colorwheel Executable file
View File

@ -0,0 +1,25 @@
#!/bin/sh
# ||||||
# ||||||||||
# ||||||||||
# ||||||||||
# ||||||
# File: colorwheel.textart
# Description: {{des}}
# Author: Bastien Dejean
# └─ https://github.com/baskerville
# Converted to textart: NNB
# └─ https://github.com/NNBnh
# URL: https://github.com/NNBnh/nnbs-text-art/blob/main/color/stark/colorwheel.textart
# Start
echo -e "\n \033[49;35m|\033[49;31m|\033[101;31m|\033[41;97m|\033[49;91m|\033[49;93m|\033[0m
\033[105;35m|\033[45;97m|\033[49;97m||\033[100;97m||\033[49;37m||\033[103;33m|\033[43;97m|\033[0m
\033[49;95m|\033[49;94m|\033[100;37m||\033[40;97m||\033[40;37m||\033[49;33m|\033[49;32m|\033[0m
\033[104;34m|\033[44;97m|\033[49;90m||\033[40;39m||\033[49;39m||\033[102;32m|\033[42;97m|\033[0m
\033[49;34m|\033[49;36m|\033[106;36m|\033[46;97m|\033[49;96m|\033[49;92m|\033[0m\n"
exit 0