Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 891d756

Browse files
author
connorgmeean
committed
feat(tools): Updated autoinstall script to prepare for release
1 parent fa0db1f commit 891d756

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Some of the defining features that make this project unique are:
3838
### Mac OS / Linux
3939

4040
```bash
41-
bash <(curl -s https://raw.githubusercontent.com/NTBBloodbath/doom-nvim/next/tools/install.sh)
41+
bash <(curl -s https://raw.githubusercontent.com/NTBBloodbath/doom-nvim/main/tools/install.sh)
4242
```
4343

4444
### Manual (Mac OS / Linux)

tools/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ function backup_existing_config() {
130130

131131
function install_doom_nvim() {
132132
echo "Cloning..."
133-
# TODO: Remove `--branch next` for release.
134-
git clone --branch next "$DOOM_REPO_URL" "${DOOM_CONFIG_DIR}"
133+
git clone "$DOOM_REPO_URL" "${DOOM_CONFIG_DIR}" --depth=10
135134
cd "${DOOM_CONFIG_DIR}" || exit
136135
# Setup user with their own custom branch
137136
git checkout -b my-config

0 commit comments

Comments
 (0)