diff options
author | Chris <[email protected]> | 2021-03-23 19:52:56 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-23 19:52:56 -0400 |
commit | 301a2cb67f224c37990c5bdd0875f1ea44d7c328 (patch) | |
tree | 97e70d65b6690f37191c6179cf61495c6ba1024b | |
parent | 211f0a06d1007858b4e2222393b49f9409ad81f3 (diff) |
update install script
-rw-r--r-- | README.md | 6 | ||||
-rwxr-xr-x | utils/installer/install.sh (renamed from utils/installer/install-nv-code.sh) | 0 |
2 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ If you are looking for my old configs checkout the two snapshot branches on this repo, there is one for CoC and one for Native LSP +## Install In One Command! + +```bash +bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/utils/installer/install.sh) +``` + ## Get the latest version of Neovim ``` bash diff --git a/utils/installer/install-nv-code.sh b/utils/installer/install.sh index 5c4c1efe..5c4c1efe 100755 --- a/utils/installer/install-nv-code.sh +++ b/utils/installer/install.sh |