Personnal shell configuration for zsh.
Based on kali zshrc.
- auto install with apt
- add .zshrc
- add to default shell with chsh
- user & root
Do not run as root.
bash <(curl -sL https://raw.githubusercontent.com/jojo2massol/myzsh/main/zsh.sh)
install the following packets:
zsh zsh-syntax-highlighting zsh-autosuggestions
download and install the .zshrc
wget -O ~/.zshrc https://raw.githubusercontent.com/jojo2massol/myzsh/main/.zshrc
set as root too
sudo cp ~/.zshrc /root/
chsh -s $(which zsh)
sudo chsh -s $(which zsh)
sudo lchsh
sudo lchsh your_username