better_git_bash/README.md
2023-08-20 03:03:37 +08:00

56 lines
1.1 KiB
Markdown
Raw Permalink 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.

[安装包下载地址](https://cdn.bitnet.fun:5003/better_git_bash/installers.zip)
# 安装步骤
请先通过以上链接下载安装包文件
## 安装Python
先安装Python安装包
双击exe尽量勾选ADD TO PATH
## 安装SpaceVim
__请务必在git bash中完成此步骤__
```bash
git clone https://git.bitnet.fun:5004/Gaze/SpaceVim.git ~/.SpaceVim
```
## 安装Git for Windows
双击exe
## 安装微软运行库
双击exe
## 安装nvim
双击exe
## 安装Hyper
安装完毕后请点击Hyper右上角三条杠-Edit-Preferences
将modules.exports.config.shell修改为你的Git安装目录下的`\\bin\\bash.exe`
你也可以通过双击`find_bash.bat`来直接获取你的bash路径前提是你的git在环境变量里
## 替换配置文件
鼠标右键点击`replace_file.bat`单击以管理员权限运行看到2条"已复制 1 个文件。"即为执行成功
或者将bash.bashrc手动放入Git安装目录的`\etc`目录下将git-prompt.sh手动放入Git安装目录的`\etc\profile.d`目录 下
## 执行环境变量
__请在装好的hyper中执行__
```bash
cd 项目文件
source bash.bashrc
```