mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
22 lines
871 B
JSON
22 lines
871 B
JSON
{
|
|
"url": "http://www.vim.org",
|
|
"license": "http://vimdoc.sourceforge.net/htmldoc/uganda.html#license",
|
|
"version": "7.4",
|
|
"url": [
|
|
"http://ftp.vim.org/pub/vim/pc/vim74w32.zip",
|
|
"http://ftp.vim.org/pub/vim/pc/vim74rt.zip",
|
|
"https://raw.github.com/lukesampson/psutils/3653063/vimtutor.ps1"
|
|
],
|
|
"hash": [
|
|
"md5:e53fa93de55b29b45224a5504ad78a4f",
|
|
"md5:819c04edd9ec4df8e30cb9d6bb9ef0ca",
|
|
"f6081071fa95a6f49c049e9d2aed2d2a2632ec47635b4b497a97bab5f5add498"
|
|
],
|
|
"extract_dir": [ "vim\\vim74", "vim\\vim74" ],
|
|
"bin": [ "vim.exe", "vimtutor.ps1" ],
|
|
"post_install": "if(!(test-path ~\\.vimrc)) {
|
|
cp \"$(split-path(scoop which vim))\\vimrc_example.vim\" ~\\.vimrc
|
|
\"set shell=$((gcm powershell).path)\" | out-file ~\\.vimrc -append -encoding ascii
|
|
echo '~/.vimrc was created with your shell set to Powershell.'
|
|
} else { echo '~/.vimrc exists, skipping' }"
|
|
} |