/dotfiles

dotfiles for all

Primary LanguageVim ScriptApache License 2.0Apache-2.0

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.