File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010# bash install.sh --help # show help
1111#
1212# One-liner (no clone needed):
13- # sh -c "$(curl -fsSL https://raw.githubusercontent.com/advpetc/kickstart.nvim/master /install.sh)"
13+ # sh -c "$(curl -fsSL https://raw.githubusercontent.com/advpetc/kickstart.nvim/rdev-setup /install.sh)"
1414#
1515set -euo pipefail
1616
@@ -698,7 +698,7 @@ clone_nvim_config() {
698698
699699 log_info " Cloning Neovim config from $NVIM_CONFIG_REPO ..."
700700 mkdir -p " $( dirname " $NVIM_CONFIG_DIR " ) "
701- git clone " $NVIM_CONFIG_REPO " " $NVIM_CONFIG_DIR "
701+ git clone -b rdev-setup " $NVIM_CONFIG_REPO " " $NVIM_CONFIG_DIR "
702702 log_ok " Neovim config cloned to $NVIM_CONFIG_DIR "
703703}
704704
@@ -782,7 +782,7 @@ show_help() {
782782 echo " Usage: bash install.sh"
783783 echo " "
784784 echo " One-liner install (no clone needed):"
785- echo " sh -c \"\\\$ (curl -fsSL https://raw.githubusercontent.com/advpetc/kickstart.nvim/master /install.sh)\" "
785+ echo " sh -c \"\\\$ (curl -fsSL https://raw.githubusercontent.com/advpetc/kickstart.nvim/rdev-setup /install.sh)\" "
786786 echo " "
787787 echo " Installs all dependencies for the Neovim configuration and clones the"
788788 echo " config repo to ~/.config/nvim/ (backs up any existing config)."
You can’t perform that action at this time.
0 commit comments