My .bashrc
dump as of [29-09-2022]
Hello all!
Just posting my .bashrc
config here,
# Custom greeting messages
# Set the color variable
green='\033[0;32m'
red='\033[0;31m'
blue='\033[0;34m'
# Clear the color after that
clear='\033[0m'
echo -e "${green}
██████╗██████╗ ██████╗ █████╗
██╔════╝██╔══██╗██╔═████╗██╔══██╗
██║ ██████╔╝██║██╔██║╚█████╔╝
██║ ██╔══██╗████╔╝██║██╔══██╗
╚██████╗██║ ██║╚██████╔╝╚█████╔╝
╚═════╝╚═╝ ╚═╝ ╚═════╝ ╚════╝
${clear}"
echo -e "${red}100 101 117 115${clear} 101 120 ${red}109 97 99 104 105 110 97${clear}"
echo ""
echo -e "Welcome ${green}CR08${clear}"
echo "logging entry..."
echo -e "Hello I'm ${green}deus_ex_machina${clear}, your trustworthy ${green}cyber-friend!${clear}"
echo ""
echo -e "${green}System uptime Information${clear}"
echo "---------------------------"
pwsh -c Get-Uptime
echo "---------------------------"
I know it’s not perfect, but it’s still a work at progress. Will hopefully keep you updated regarding this.
Until then signing off,
~/CR08