Skip to content

davidcelis/dotfiles

Repository files navigation

dotfiles

This is a basic framework for installing my dotfiles and keeping them up to date.

Simply:

$ make

The framework:

  • Provides configuration for fish-shell.
  • Installs homebrew and various formulae if on Mac OS X
  • Installs vim-plug to manage Vim, while also installing several useful Vim plugins
  • Keeps all of the above up-to-date (just re-run make)
  • Symlinks all of the dotfiles and dotdirectories to $HOME

Antecedent

Much of this comes from stephencelis/dotfiles.