githubnando / vim-header-composer

Make header boxes with comments "#" of any selected string in VIM with shortcut.
4 stars 1 forks source link

Automated installation #2

Open githubnando opened 7 years ago

githubnando commented 7 years ago

Create (maybe) a remote shell script to facilitate installation, or just a "sudo make install".

githubnando commented 7 years ago

There's too many steps to install manually (like cloning the repository, moving to /opt, creating the shortcut im .vimrc, etc..).

a simple "make install" could be the best solution.

jmurowaniecki commented 7 years ago

Maybe a kind of curl http://this-is-not-a-malicious.url/vhc | sudo bash?? :sunglasses:

githubnando commented 7 years ago

@jmurowaniecki exactly, I agree with a remote shell script

jmurowaniecki commented 4 years ago

There's too many steps to install manually (like cloning the repository, moving to /opt, creating the shortcut im .vimrc, etc..).

a simple "make install" could be the best solution.

Makefile added in https://github.com/ernandojs/vim-header-composer/pull/8