feat: simplify setup with auto-disconnect and folder rename support
- init-bootstrap now automatically disconnects from original repo - Added folder rename assistance for non-git users - Support both git clone and ZIP download methods - Import existing vault functionality documented - Clearer instructions for all user skill levels
This commit is contained in:
@@ -12,12 +12,20 @@ This is a pre-configured Obsidian vault structure designed to work seamlessly wi
|
||||
|
||||
## Quick Start
|
||||
|
||||
### 1. Clone the Repository
|
||||
### 1. Get the Starter Kit
|
||||
|
||||
**Option A: Clone with Git**
|
||||
```bash
|
||||
git clone https://github.com/heyitsnoah/claudesidian.git
|
||||
cd claudesidian
|
||||
# Clone with your preferred folder name
|
||||
git clone https://github.com/heyitsnoah/claudesidian.git my-vault
|
||||
cd my-vault
|
||||
```
|
||||
|
||||
**Option B: Download ZIP (no Git required)**
|
||||
1. Click "Code" → "Download ZIP" on GitHub
|
||||
2. Extract to your desired location
|
||||
3. Open the folder in Claude Code
|
||||
|
||||
### 2. Run the Setup Wizard
|
||||
```bash
|
||||
# Start Claude Code in the directory
|
||||
@@ -29,6 +37,8 @@ claude
|
||||
|
||||
This will:
|
||||
- Install dependencies automatically
|
||||
- Disconnect from the original claudesidian repository
|
||||
- Import your existing Obsidian vault (if you have one)
|
||||
- Ask you about your workflow preferences
|
||||
- Create a personalized CLAUDE.md configuration
|
||||
- Set up your folder structure
|
||||
|
||||
Reference in New Issue
Block a user