davidcelis / dotfiles

:fish: #!/usr/bin/env fish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

:fish: #!/usr/bin/env fish


Languages

Language:Shell 53.8%Language:Python 27.7%Language:Perl 7.9%Language:Vim Script 5.9%Language:Makefile 2.8%Language:Ruby 1.3%Language:CSS 0.6%