Show HN: Trigger and Await for the Shell
github.com2 pointsby priomsrb0 comments
wget https://bit.ly/vimswitch && chmod +x vimswitch
./vimswitch priomsrb
This gives me my vim config along with all my plugins. " vimswitch-after-download=:BundleInstall # log into production server
$ vimswitch priomsrb/vimrc
# -- work --
$ vimswitch default
$ logout
This puts vim back into it's original state for the next person who logs in. # log in to production server
$ vimswitch --launch priomsrb/vimrc
# log out
The --launch command will launch vim with your settings without altering the home directory.
I probably game on it more than my gaming PC and consoles at this point.