Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 388 Bytes

File metadata and controls

18 lines (12 loc) · 388 Bytes

My dotfiles

Installation

Clone to your $HOME directory and use GNU stow.

If using my zsh config, bootstrap $ZDOTDIR by adding the following lines to /etc/zsh/zshenv:

[[ -o globalrcs ]] || return
[[ -v ZDOTDIR ]] || ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"

Alternatively, linking .zshrc in $HOME should also work:

ln -s .config/zsh/.zshrc