Commit Graph

13 Commits

Author SHA1 Message Date
Johnny Robeson
f566bc9aea rename APP_DIR to APP_PATH in win installers 2015-03-06 23:50:15 -05:00
Johnny Robeson
dc0a83f4a4 remove unused --recursive from git calls in win installers 2015-03-06 23:50:15 -05:00
Johnny Robeson
91632ee3d5 fix indents/trailing spaces in windows installer files 2015-03-06 23:50:15 -05:00
spf13
4229220da6 Adopting the Apache 2 License. Fixed #653 2014-08-26 16:02:03 -04:00
Johnny Robeson
59f9d87bec rename BASE_DIR to APP_DIR 2014-02-10 03:56:53 -05:00
Robert Ekendahl
8c0e8e4929 Added fork files as per other install scripts 2014-01-08 09:40:30 -05:00
Stephen Bennett
b2389817c3 Populate .vimrc.before with all spf13 options
* .vimrc.before should not be modified (just like any other non-local
  or non-fork config file)
* .vimrc.before contains a list of all options that can be set
* .vimrc.before.local is where these options would actually be set
* support .vimrc.before and .vimrc.before.fork in install scripts
2013-09-05 01:34:43 -06:00
Sebastian Hahn
966553b8a4 Use https links where possible
I've gone through the entire repository, checking all http:// links to
see if the corresponding https urls would also work. This is especially
important when asking the user to run a script they fetched via curl,
because in the case of a mitm they will have no way at all to detect
that something malicious is going on.
2013-06-23 17:27:51 +02:00
Steve Francia
010d213d82 Fixing issue installing bundles on XP installer 2012-11-21 13:48:14 -05:00
Jan Wąsak
215e0a98a9 fix vundle cloning in xp-installer 2012-10-17 14:29:31 +02:00
Jan Wąsak
b72c6811d4 add update functionality to xp-installer 2012-10-17 14:28:09 +02:00
Jan Wąsak
027746b7c6 add backup .vim files in xp-installer
I believe the original bootstrap.sh checks if the files to be backed up
exist and are not symbolic links. In case of XP I think that not backing
up if "..\.spf13-vim-3" exists would probably be sufficient to save
updating users the wait.
If they decided to use the distribution the .vimrc should not be edited
manually anyway.
2012-10-17 14:09:51 +02:00
Jan Wąsak
855e7ffdb0 windows xp installer .cmd
Since there is no mklink in windows XP and installing the tool that
provides this function is only possible on NTFS filesystems I created
this installer for my colleagues at work.

Probably far from a perfect solution but just so people on old XP boxes
can enjoy the awesomness easily.
2012-10-12 12:18:03 +02:00