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.
Add the following to your .gitconfig file in your home directory:
[include]
path = /path/to/dotfiles/repo/.gitconfig
Add the following to your .zshrc file in your home directory:
export DOTFILES_DIR=/path/to/dotfiles/repo
. $DOTFILES_DIR/.zshrc
- zsh
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
- zsh
To update existing configurations, run:
dotfiles-update