top | item 11563293

(no title)

priomsrb | 9 years ago

If you find it annoying/difficult to pull in your vim config you may find VimSwitch (http://vimswitch.org) helpful. For example, when I start using a new machine I type:

  wget https://bit.ly/vimswitch && chmod +x vimswitch
  ./vimswitch priomsrb
This gives me my vim config along with all my plugins.

Disclaimer: I am the developer of VimSwitch

discuss

order

cyphar|9 years ago

I don't see how that's shorter than using my dotfiles repo. Plus my dotfiles repo also has my zsh, window manager, tmux and terminal configs: % git clone --recursive https://github.com/cyphar/dotfiles.git && cd dotfiles && ./install.py.