Revert gitconfig/TODO/bw-login redactions; remove zshrc.local.example
Public key, name, email, and self-hosted URLs are fine to publish. Remove config/shell/zshrc.local.example instead of genericizing it — it contained personal infrastructure details with no value to others.
This commit is contained in:
6
TODO.md
6
TODO.md
@@ -8,7 +8,7 @@ or hardware-specific configuration).
|
||||
- [ ] **Load SSH keys from Bitwarden** or generate a new key:
|
||||
```bash
|
||||
# Option A: Generate fresh key
|
||||
ssh-keygen -t ed25519 -C "your@email.com"
|
||||
ssh-keygen -t ed25519 -C "hi@julianprester.com"
|
||||
|
||||
# Option B: Set up Bitwarden+SSH loading
|
||||
bw login
|
||||
@@ -22,7 +22,7 @@ or hardware-specific configuration).
|
||||
- [ ] **Add SSH public key to GitHub**: https://github.com/settings/keys
|
||||
- [ ] Clone this repo and remaining repos:
|
||||
```bash
|
||||
git clone git@github.com:yourusername/linux-provision.git
|
||||
git clone git@github.com:julianprester/linux-provision.git
|
||||
```
|
||||
|
||||
## 2. Bitwarden & Environment Variables
|
||||
@@ -70,7 +70,7 @@ If you prefer a plain file instead of Bitwarden:
|
||||
## 4. Nextcloud
|
||||
|
||||
- [ ] Install Nextcloud Desktop Client (Flatpak or RPM)
|
||||
- [ ] Connect to your Nextcloud instance
|
||||
- [ ] Connect to `https://nc.julianprester.com`
|
||||
- [ ] Select sync folders (especially `Nextcloud/3_bibliography/`)
|
||||
- [ ] Update `PandocCiter.DefaultBib` in VS Code settings if bib path changes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user