Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.08 KB

installation.md

File metadata and controls

64 lines (40 loc) · 1.08 KB

Installation

Clone this repo somewhere in your filesystem:

git clone https://github.com/projectjudge/dotfiles.git

To install a module, follow the instructions defined below. Note, some have dependencies so take care when installing.

Modules

  1. Git
  2. Zsh
  3. Prezto
  4. Updating

Git

Setup git

Add the following to your .gitconfig file in your home directory:

[include]
  path = /path/to/dotfiles/repo/.gitconfig

Zsh

Setup zsh

Add the following to your .zshrc file in your home directory:

export DOTFILES_DIR=/path/to/dotfiles/repo
. $DOTFILES_DIR/.zshrc

Prezto

Prezto prerequisites

  • zsh

Setup prezto

To load the zprezto config, make sure you set the following env variable in your main .zshrc in your home directory before any BEFORE any shared zsh/zprezto scripts are invoked:

export ZDOTDIR=$DOTFILES_DIR # Be sure to leave off the trailing slash

Updating

Updating prerequisites

  • zsh

To update existing configurations, run:

dotfiles-update