/dotfiles

dot files sync between machines

Primary LanguageVim Script

My Dotfiles

Requirement

Please install GNU stow.

Usage

Follow the steps:

  1. Type ls to see all the packages.
  2. Choose what package you want to install, e.g. vim.
  3. Type stow <package>, e.g. stow vim.
  4. Done.

Troubleshooting

If you see the following warning when stow vim:

WARNING! stowing vim would cause conflicts:
  * existing target is neither a link nor a directory: .vimrc
All operations aborted.

You should move your original dotfile (~/.vimrc) to somewhere else first, and then try stow vim again.