This is my dot files.Makefile
is included to setup them.
Before make setup
, please install Prezto.
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done
make setup
Install dot files under $HOME.
After make setup
, reload .zshrc.
source ~/.zshrc