diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-02 00:25:05 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-02 00:25:05 +0800 |
| commit | 42c564019e9e2fa6b6e0c44ebc9c5bc42b7a702a (patch) | |
| tree | 454f499a84ff2093dff5ef0919be2895c1fa9bbd | |
| parent | 000e3a6f230cf58f629214756e958a643f57a2ba (diff) | |
Rename setup script for Linux
| -rw-r--r-- | docs/README.md | 2 | ||||
| -rwxr-xr-x | docs/nvim_setup_linux.sh (renamed from docs/Nvim_setup.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md index e9fee25..ff62731 100644 --- a/docs/README.md +++ b/docs/README.md @@ -228,7 +228,7 @@ time to install all of them, depending on your network condition. # Automatic Installation for Linux # To set up a workable Neovim environment in Linux, I use the bash script -[`Nvim_setup.sh`](Nvim_setup.sh) to automatically install necessary +[`nvim_setup_linux.sh`](nvim_setup_linux.sh) to automatically install necessary dependencies, Neovim itself and Nvim configs in this repo. Note that the variable `PYTHON_INSTALLED`, `SYSTEM_PYTHON` and diff --git a/docs/Nvim_setup.sh b/docs/nvim_setup_linux.sh index b046909..b046909 100755 --- a/docs/Nvim_setup.sh +++ b/docs/nvim_setup_linux.sh |
