My personal configuration files.
brew bundle install
- Install Prezto
- Copy Prezto config to base directory
cp ./.zpreztorc ~/.zpreztorc
- Copy init into
.zshrc
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
- Copy Neovim config to
.config
directory
cp -r ./nvim ~/.config/nvim
- Update Neovim dependencies
:PackerSync
This project is licensed under the MIT License.