Skip to content

antgonzales/dotfiles

Repository files navigation

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.

About

My personal configuration files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published