Ergonomic shell configuration for MacOS and Linux (with Windows support through WSL).
Install zsh:
sudo apt-get install zsh
chsh -s /bin/zsh
Install Prezto:
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
- Clone the repository:
git clone https://github.com/alexnault/dotfiles.git ~/.dotfiles
- Symlink the dotfiles to your home directory:
source ~/.dotfiles/bootstrap.sh
MIT