Bashrc/Zshrc Setup

My .bashrc file

wget -O ~/.bashrc https://kirbfeels.luccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/bashrc.txt

My .zshrc file

wget -O ~/.zshrc https://kirbfeels.luccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/zshrc.txt

Notable changes/steps:


For the zshrc to work right, you have to also install zsh-autosuggestions

sudo apt install zsh-autosuggestions

For me to update the website, I can run this:

cp ~/.bashrc ~/mnt/truenas.mario/websites/kirbfeels.cc/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/bashrc.txt
cp ~/.zshrc ~/mnt/truenas.mario/websites/kirbfeels.cc/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/zshrc.txt