Instructions
setup_my_zsh.shwill setup my.zshrc, auto-suggestion extension and a minimalist.vimrcfor the current user.
- Installation of
zshand put as default shell
sudo apt update && sudo apt install -y zsh && chsh -s $(which zsh)- Installation of my
.zshrc
cd ; wget --no-check-certificate https://raw.githubusercontent.com/stanfrbd/dotfiles/main/setup_my_zsh.sh && chmod +x setup_my_zsh.sh && ./setup_my_zsh.shThis will look like this for a normal user
This will look like this for root

