My zsh configuration based on the awesome zsh 4 humans
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
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
After the installation simply run:
update_zsh
z4h
keeps its update mechanism separated, usez4h update
for updating it