I need to download it to all servers when i log in to it?
But i can use oneliner like wget https://raw.githubusercontent.com/priomsrb/vimrc/master/.vimrc
If i need backup old config, i can append my oneliner to mv .vimrc .vimrc_orig; wget https://raw.githubusercontent.com/priomsrb/vimrc/master/.vimrc; vim file ; cp .vimrc_orig .vimrc
Why i need to use vimswitch?
I see it like a magic like ssh-agent, who can work on other machine by ssh transparent to user, without any hand manipulation and copying configs or keys to remote host.
I need to download it to all servers when i log in to it?
But i can use oneliner like
wget https://raw.githubusercontent.com/priomsrb/vimrc/master/.vimrcIf i need backup old config, i can append my oneliner to
mv .vimrc .vimrc_orig; wget https://raw.githubusercontent.com/priomsrb/vimrc/master/.vimrc; vim file ; cp .vimrc_orig .vimrcWhy i need to use vimswitch?
I see it like a magic like ssh-agent, who can work on other machine by ssh transparent to user, without any hand manipulation and copying configs or keys to remote host.