Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 358 Bytes

File metadata and controls

14 lines (11 loc) · 358 Bytes

ChezMoi dotfiles

Install

RTP=$HOME/.local/bin"
if [ $(echo ${PATH} | grep "$RTP")] && [[ 'bin' = $(basename $RTP)]]; then
    cd $(dirname $RTP)
    sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply blehrer
fi