chore: workspace-bootstrap перенесён в Answer.and.other.shit

guides/init.new.comps — см. scripts/workspace-bootstrap/README.md
This commit is contained in:
Andrey Lutsenko
2026-06-14 19:43:05 +10:00
parent 834595df6b
commit 027d64f245
18 changed files with 15 additions and 783 deletions
+6 -8
View File
@@ -37,16 +37,16 @@
## Настройка remotes (один раз на машине)
Только **SSH**, три имени — скрипт **`scripts/workspace-bootstrap`** (Mac/Linux: `Set-GitRemotes.sh`, Windows: `Set-GitRemotes.ps1`):
Только **SSH**, три имени — **`Answer.and.other.shit/guides/init.new.comps`**:
```bash
cd ~/Documents/Cursor/Projects/reverse-proxy/scripts/workspace-bootstrap
git clone ssh://git@git.kalinamall.ru:2222/PapaTramp/Answer.and.other.shit.git
cd Answer.and.other.shit/guides/init.new.comps
cp config/workspace.local.env.example config/workspace.local.env
# заполнить workspace.local.env
./init-machine.sh
```
Или для одного репо:
Один репозиторий:
```bash
./scripts/Set-GitRemotes.sh reverse-proxy
@@ -55,13 +55,11 @@ cp config/workspace.local.env.example config/workspace.local.env
Windows:
```powershell
cd C:\Users\papat\Projects\reverse-proxy\scripts\workspace-bootstrap
cd Answer.and.other.shit\guides\init.new.comps
.\init-machine.ps1
..\scripts\Set-GitRemotes.ps1 -Repo reverse-proxy
.\scripts\Set-GitRemotes.ps1 -Repo reverse-proxy
```
Старый вариант (Answer.and.other.shit) — переносится в `scripts/workspace-bootstrap`.
Или вручную:
```bash