Merge branch 'readme' into main

This commit is contained in:
Russell R. 2020-09-25 19:38:10 -04:00
commit 488d1fc872
2 changed files with 18 additions and 5 deletions

17
.bashrc
View File

@ -131,11 +131,18 @@ export PATH=/home/drwasabi/.local/bin:$PATH
# cd to my wsl2 home folder
cd ~
echo ''
echo '**************************************************'|lolcat
cowsay -f tux "Welcome Dr. The system is ready to accept your commands. Have a nice day" | lolcat
echo '**************************************************'|lolcat
echo ''
# Print a lolcat banner
#echo ''
#echo '**************************************************'|lolcat
#cowsay -f tux "Welcome Dr. The system is ready to accept your commands. Have a nice day" | lolcat
#echo '**************************************************'|lolcat
#echo ''
# Set a random banner file to print
BANNERFILE=$(ls ~/mydocs/ascii-art/ | shuf -n 1)
lolcat ~/mydocs/ascii-art/$BANNERFILE
# Set up ssh-agent using keychain
/usr/bin/keychain --nogui $HOME/.ssh/id_rsa

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# Wasabi .dotfiles
---
## Why?
One Repo to rule them all!