Bashrc/Zshrc Setup: Difference between revisions
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
For the zshrc to work right, you have to also install <code>zsh-autosuggestions</code> | For the zshrc to work right, you have to also install <code>zsh-autosuggestions</code> | ||
sudo apt install zsh-autosuggestions | sudo apt install zsh-autosuggestions | ||
<hr> | |||
For me to update the website, I can run this: | |||
cp ~/.bashrc /home/lucka/mnt/truenas.mario/websites/kirbfeels.cc/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/bashrc.txt | |||
cp ~/.zshrc /home/lucka/mnt/truenas.mario/websites/kirbfeels.cc/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/zshrc.txt | |||
Revision as of 21:05, 24 March 2026
wget -O ~/.bashrc https://kirbfeels.luccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/bashrc.txt
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 /home/lucka/mnt/truenas.mario/websites/kirbfeels.cc/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/bashrc.txt cp ~/.zshrc /home/lucka/mnt/truenas.mario/websites/kirbfeels.cc/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/zshrc.txt