/my-zsh

Personal configuration for ZSH

Primary LanguageShell

#my-zsh

Personal configuration for ZSH

Installation

Make sure you have zsh installed and your current shell is set to zsh.

  1. Clone this repo to .zsh/ inside your home directory
  2. Make a symlink to the .zshrc file:
$ ln -s ~/.zsh/.zshrc ~/.zshrc
  1. To load the settings in your current session execute this:
$ source ~/.zshrc
  1. Voilá!