Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 663 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 663 Bytes

dotfiles

This includes dotfiles for:

  • vim
  • zsh
  • screen
  • tmux
  • git

How to use?

To pull in and update the submodules:

  • If you are fancy: git clone --recursive https://github.com/fly/dotfiles.git to clone this repo and submodules in one go.

  • if you aren't fancy: git submodule init after you've cloned this repo normally.

To keep them updated: git submodule update.

You'll want to have GNU stow installed, which you can do by running brew install stow if you have homebrew installed (which you should).

Then, just run bin/stow <target directory>, and you should be golden.