Skip to content

jojo2massol/myzsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

My ZSH

Personnal shell configuration for zsh.

Based on kali zshrc.

  • auto install with apt
  • add .zshrc
  • add to default shell with chsh
  • user & root

Quick installation command (ubuntu)

Do not run as root.

bash <(curl -sL https://raw.githubusercontent.com/jojo2massol/myzsh/main/zsh.sh)

installation

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/

set the default bash interpreter

ubuntu

chsh -s $(which zsh)
sudo chsh -s $(which zsh)

fedora

sudo lchsh
sudo lchsh your_username

About

personnal zsh configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages