Skip to content

fabiobedeschi/dotzsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zsh configuration

My zsh configuration based on the awesome zsh 4 humans

Install

Assuming you have git installed on your system:

git clone https://github.com/fabiobedeschi/dotzsh.git $HOME/dotzsh
cd $HOME/dotzsh
chmod +x install update
./install

Automatic install

Copy and paste the following command in your terminal, it will automatically clone the repository to $HOME/dotzsh and run the install script (requires curl or wget installed):

if command -v curl >/dev/null 2>&1; then
  sh -c "$(curl -fsSL https://raw.githubusercontent.com/fabiobedeschi/dotzsh/master/auto_install)"
else
  sh -c "$(wget -O- https://raw.githubusercontent.com/fabiobedeschi/dotzsh/master/auto_install)"
fi

Update

After the installation simply run:

update_zsh

Notes

  • z4h keeps its update mechanism separated, use z4h update for updating it

About

My zsh configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages