/zsh-config

My ZSH configuration

Primary LanguageShell

README

WARNING: The ZSH configuration has been moved to https://github.com/montaropdf/dotfiles.git.

The repository will not be update anymore.

Installation

The ansible playbook reve-setup/playbooks/host-setup handles the installation of ZSH and its dependencies. Read its documentation for more details.

Dependenties

  • zsh
  • antigen

Deployment

  • The file zshrc must be renamed to .zshrc and placed in the home directory.
  • The file p10k.zsh must be renamed to .p10k.zsh and placed in the home directory.
  • The directory zsh/ must be copied into the $XDG_CONFIG_HOME directory.
  • Ensure the directory ~/.antigen is not present. The antigen configuration is located in zsh/

Once everything has been deployed, run the following command to install all the dependencies defined in the antigen configuration file.

source ~/.zshrc

The ansible playbook update-user handles the deployment of this repository. Read its documentation for more details.