1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 12:00:06 +08:00
SpaceVim/docs/cn/quick-start-guide.md
2018-01-27 15:58:39 +08:00

44 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "入门指南"
description: "SpaceVim 入门教程,包括安装初始化配置等内容"
lang: cn
---
# SpaceVim 快速入门
<!-- vim-markdown-toc GFM -->
- [依赖](#依赖)
- [安装](#安装)
- [Linux 或 macOS](#linux-或-macos)
- [Windows](#windows)
<!-- vim-markdown-toc -->
## 依赖
安装 SpaceVim 及其插件需要用到 `git` 命令。
如果你初次接触 vim你可以阅读一下 [vim 基础教程](https://github.com/wsdjeg/vim-galore-zh_cn/blob/master/README.md)
## 安装
### Linux 或 macOS
```bash
curl -sLf https://spacevim.org/cn/install.sh | bash
```
安装结束后,初次打开 `vim` 或者 `gvim` 时, SpaceVim 会**自动**下载并安装插件。
如果需要获取安装脚本的帮助信息,可以执行如下命令,包括定制安装、更新和卸载等。
```bash
curl -sLf https://spacevim.org/cn/install.sh | bash -s -- -h
```
### Windows
window 下最快捷的安装方法是下载安装脚本 [install.cmd](https://spacevim.org/cn/install.cmd) 并运行。