diff --git a/.vimrc.bundles b/.vimrc.bundles index 997ae9623..10d24a7f3 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -244,7 +244,6 @@ " HTML { if count(g:spf13_bundle_groups, 'html') - Bundle 'amirh/HTML-AutoCloseTag' Bundle 'hail2u/vim-css3-syntax' Bundle 'gorodinskiy/vim-coloresque' Bundle 'tpope/vim-haml' diff --git a/README.markdown b/README.markdown index c242c73e4..1fdedfb30 100644 --- a/README.markdown +++ b/README.markdown @@ -33,25 +33,18 @@ The easiest way to install spf13-vim is to use our [automatic installer](https:/ ```bash - curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh + curl https://raw.githubusercontent.com/andreimerlescu/spf13-vim/3.0/bootstrap.sh -L > spf13-vim.sh && sh spf13-vim.sh ``` If you have a bash-compatible shell you can run the script directly: ```bash - sh <(curl https://j.mp/spf13-vim3 -L) + sh <(curl https://raw.githubusercontent.com/andreimerlescu/spf13-vim/3.0/bootstrap.sh -L) ``` ## Installing on Windows -On Windows and \*nix [Git] and [Curl] are required. Also, if you haven't done so already, you'll need to install [Vim]. -The quickest option to install all three dependencies ([Git], [Curl], [Vim] and [spf13-vim]) is via [Chocolatey] NuGet. After installing [Chocolatey], execute the following commands on the _command prompt_: - - C:\> choco install spf13-vim - -_Note: The [spf13-vim package] will install Vim also!_ - -If you want to install [msysgit], [Curl] and [spf13-vim] individually, follow the directions below. +Please use the parent repository to install this package on Windows. ### Installing dependencies diff --git a/bootstrap.sh b/bootstrap.sh index 680e3c7fa..0dbde18e6 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -15,9 +15,9 @@ # limitations under the License. ############################ SETUP PARAMETERS -app_name='spf13-vim' -[ -z "$APP_PATH" ] && APP_PATH="$HOME/.spf13-vim-3" -[ -z "$REPO_URI" ] && REPO_URI='https://github.com/spf13/spf13-vim.git' +app_name='spf17-vim' +[ -z "$APP_PATH" ] && APP_PATH="$HOME/.spf17-vim-3" +[ -z "$REPO_URI" ] && REPO_URI='https://github.com/andreimerlescu/spf13-vim.git' [ -z "$REPO_BRANCH" ] && REPO_BRANCH='3.0' debug_mode='0' fork_maintainer='0'