Skip to content

vbfischer/dotfiles

Repository files navigation

My Dotfiles

dotfiles

These are my personal dotfiles which I have mostly curated from various sources. They are largely inspired by the following blog post for the most part.

It is managed by [Dotbot][https://github.com/anishathalye/dotbot].

Framework is [Prezto][https://github.com/sorin-ionescu/prezto]

Install

Dotbot instructions on what to symlink is in the file install.conf.yaml.

The Files

Startup Files

~/.secrets

anything you don't want to commit to github should go in this file.

.zshenv

.zprofile

sets up important variables and options used by other startup scripts..

  1. initialize Presto
  • sources the zpreztorc config (see below)
  1. check for a .secrets file.
  2. Traverse the .zsh folder and source the files alphabetically

.zshrc

Bulk of the work is done here.

.zlogin

Stuff that happens at the final step..

.zlogout

Prezto

Prezto is configured in the zpreztorc file.

Modules loaded are:

  • environment
  • terminal
  • editor
  • directory
  • spectrum
  • utility
  • fasd
  • node
  • osx
  • git
  • homebrew
  • completion
  • syntax-highlighting
  • prompt

Resources

The following are resources I used when making my dotfiles:

I try to update this document periodically, but I might miss something.

About

My Dotfiles retrieved from various places

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published