Bashrc/Zshrc Setup: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
[https://kirbfeels.luccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/bashrc.txt My .bashrc file] | [https://kirbfeels.luccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/bashrc.txt My .bashrc file] | ||
wget -O .bashrc https://kirbfeels.luccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/bashrc.txt | wget -O ~/.bashrc https://kirbfeels.luccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/bashrc.txt | ||
[https://kirbfeels.luccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/zshrc.txt My .zshrc file] | [https://kirbfeels.luccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/zshrc.txt My .zshrc file] | ||
wget -O .zshrc https://kirbfeels.luccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/zshrc.txt | wget -O ~/.zshrc https://kirbfeels.luccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/zshrc.txt | ||
<hr> | <hr> | ||
Notable changes/steps: | Notable changes/steps: | ||
<hr> | <hr> | ||
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> | ||
Revision as of 21:00, 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