Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 475 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 475 Bytes

dotfiles

Requirements

Besides the obvious per package requirements, the main thing you need is either GNU Stow or XStow.

How to use

$ git clone https://github.com/mtomwing/dotfiles.git ~/dotfiles
$ cd ~/dotfiles
$ stow <package name>

Extra VIM Steps

  1. Initialize and update any git submodules
$ git submodule init
$ git submodule update
  1. Create necessary VIM folders
$ mkdir -p ~/.vim/{backups,swaps,undo}