/dotfiles

My personal configuration files.

Primary LanguageLuaMIT LicenseMIT

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.