- git
- zsh installed and set up:
- Install zsh (e.g.
apt-get install zsh
) - Use zsh as default shell:
chsh -s $(which zsh)
- Restart the user session to apply the change.
chsh
doesn't work in every system.
- Install zsh (e.g.
- Download or clone repository:
git clone [email protected]:mcornella/dotfiles
- Update git submodules:
cd dotfiles
git submodule init
git submodule update
-
Run init script:
./init.zsh
-
Restart the shell or run
exec zsh