Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.06 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.06 KB

Dotfiles

My personal configuration files.

Installation

  1. Install Homebrew
  2. Install Homebrew dependencies from Brewfile
brew bundle install
  1. Install Prezto
  2. Copy Prezto config to base directory
cp ./.zpreztorc ~/.zpreztorc
  1. Copy init into .zshrc
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
  source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
  1. Copy Neovim config to .config directory
cp -r ./nvim ~/.config/nvim
  1. Update Neovim dependencies
:PackerSync

Credits and inspiration

License

This project is licensed under the MIT License.