mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 23:16:44 +00:00
feat: 1Password SSH agent auto-setup and SSH config template
- Add 1Password SSH agent socket symlink creation in setup.sh - Copy ssh/example template to ~/.ssh/config on fresh install - Update Brewfile with additional packages (bun, pnpm, qq, teamviewer, etc.) - Update documentation (CHECKLIST, MIGRATION_GUIDE, README)
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
- [ ] **自动** ~/.config/wezterm 软链接
|
||||
- [ ] **自动** ~/.config/starship.toml 软链接
|
||||
- [ ] **自动** ~/.gitconfig 软链接
|
||||
- [ ] **自动** 如不存在则用 `ssh/example` 初始化 ~/.ssh/config
|
||||
- [ ] **自动** 如可用则创建 ~/.1password/agent.sock 符号链接
|
||||
- [ ] **自动** Git 全局配置 (excludesfile, defaultBranch)
|
||||
- [ ] **自动** fzf 安装和配置
|
||||
|
||||
@@ -74,6 +76,7 @@ cat ~/.ssh/id_ed25519.pub | pbcopy
|
||||
- [ ] **手动** 生成 SSH 密钥
|
||||
- [ ] **手动** 添加密钥到 1Password
|
||||
- [ ] **手动** 添加公钥到代码托管平台
|
||||
- [ ] **手动** 按需调整 ~/.ssh/config 中的主机配置
|
||||
|
||||
### 验证 Git 配置
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user