imbytecat
a4c7f28849
feat(home): 添加 Vercel skills CLI 工具
2026-04-15 20:17:14 +08:00
imbytecat
8d68dfafd2
fix(mise): 使用 all_compile 禁用 NixOS 默认源码编译
2026-04-15 19:35:14 +08:00
imbytecat
f9d7d40e4e
fix(mise): 禁用 Node.js 源码编译,使用预编译二进制
2026-04-15 19:32:13 +08:00
imbytecat
d072bb491c
style(starship): 移除目录替换图标后的多余空格
2026-04-15 19:19:48 +08:00
imbytecat
f011b5027d
chore: 升级所有 stateVersion 至最新版本
2026-04-15 19:14:58 +08:00
imbytecat
007a104ef3
feat(fish): 添加 VS Code code 命令到 PATH(仅 macOS)
2026-04-15 17:01:56 +08:00
imbytecat
41913d9a24
style: 将项目中所有英文注释统一改为中文
2026-04-15 16:40:20 +08:00
imbytecat
ba7e0bb7af
feat(fish): 支持 Windows Terminal 新标签页保持当前目录
2026-04-15 03:43:26 +08:00
imbytecat
af82b03b3e
fix(git): 更新 lazygit pager 配置为新版 git.pagers 格式
2026-04-15 03:38:32 +08:00
imbytecat
b84b747b76
fix(shell): 修复 op-env 缓存逻辑——旧变量清理、rm 绕过 gomi、错误信息细化
2026-04-15 03:26:14 +08:00
imbytecat
aec2625eaa
feat(shell): 1Password 环境变量改为本地缓存,支持离网使用
...
- op inject 结果缓存到 ~/.cache/op-env/env.fish,shell 启动不再联网
- 新增 op-env-refresh(手动刷新)和 op-env-clear(清除缓存)
- mktemp + mv 原子写入,刷新失败保留旧缓存
- 更新 README 文档匹配新行为
2026-04-15 03:10:06 +08:00
imbytecat
883d551f8e
feat: add ouch for modern compression/decompression
2026-04-14 20:16:14 +08:00
imbytecat
2147d2917e
feat: add python3 runtime
2026-04-14 17:01:39 +08:00
imbytecat
82a148a894
Revert "feat: add python3 runtime and extend nix-ld libraries"
...
This reverts commit 7e5e05470a .
2026-04-14 17:01:11 +08:00
imbytecat
7e5e05470a
feat: add python3 runtime and extend nix-ld libraries
2026-04-14 16:59:37 +08:00
imbytecat
f6e2f92da3
refactor: remove redundant aliases, comments, and fix lazygit pager config
2026-04-14 13:53:04 +08:00
imbytecat
fbb83ff013
refactor(op): switch to service account auth and simplify env injection
2026-04-14 13:11:16 +08:00
imbytecat
8714184fbd
refactor(starship): sort language modules alphabetically
2026-04-13 23:03:13 +08:00
imbytecat
895b3c2978
fix(git): use renamed settings.user.{name,email} options
2026-04-13 22:56:14 +08:00
imbytecat
235b81c21e
feat(starship): add Bun language module
2026-04-13 22:54:43 +08:00
imbytecat
9a4582a752
feat(starship): add NixOS icon to OS symbols
2026-04-13 22:50:34 +08:00
imbytecat
2cd888e1cf
refactor: use idiomatic home-manager options for git user and mise activation
2026-04-13 22:45:36 +08:00
imbytecat
75340604f1
refactor(mise): use programs.mise home-manager module
2026-04-13 22:41:47 +08:00
imbytecat
d6a0bf0cae
refactor: remove redundant comments from languages.nix
2026-04-13 22:38:17 +08:00
imbytecat
be247ff3b9
refactor: KISS cleanup — deduplicate shared config, merge thin files
...
- Extract fonts, fish.enable, openssh.enable to modules/shared/
- Centralize sshKeys in lib/ via specialArgs
- Merge nixos/base.nix + locale.nix into nixos/default.nix
- Merge home/theme.nix into home/default.nix
- Simplify homeManagerConfig, flake packages output
- Remove redundant vim/wget from NixOS system packages
- Update AGENTS.md to reflect new structure
2026-04-13 22:25:55 +08:00
imbytecat
bf01c40ebb
feat(ghostty): enable SSH terminfo propagation and install terminfo on NixOS
...
Enable ssh-env and ssh-terminfo in Ghostty shell integration for automatic
terminfo handling on remote hosts, and add ghostty.terminfo to NixOS system
packages for coverage when Ghostty SSH wrapper is bypassed.
2026-04-13 21:25:35 +08:00
imbytecat
53f8c2ceb3
feat(ghostty): add declarative config with Maple Mono font via Home Manager
2026-04-13 21:13:02 +08:00
imbytecat
a1ba07faf5
refactor(eza): delegate base aliases to HM integration, drop redundant flags
2026-04-13 21:03:24 +08:00
imbytecat
d2f7210d1a
refactor(fish): streamline eza aliases — add l, drop la/lt
2026-04-13 20:42:03 +08:00
imbytecat
77c2190f00
refactor(fish): use shellAliases for Atuin history compatibility, remove xh
2026-04-13 20:34:27 +08:00
imbytecat
ed69dba1ca
fix(zellij): disable fish shell integration
2026-04-13 20:30:04 +08:00
imbytecat
3c6910cfb1
fix(fish): use --in-file for op inject to fix stdin issue in command substitution
2026-04-13 20:13:38 +08:00
imbytecat
067608f4f8
refactor(fish): use op-env namespace and xdg.configHome for env template path
2026-04-13 18:53:54 +08:00
imbytecat
1e78149a4f
fix(1password): move env template out of ~/.config/op to avoid permission conflict
...
HM creating ~/.config/op/ with 755 prevents op CLI from running (requires 700).
Move template to ~/.config/1password/, use nix-darwin programs._1password module.
2026-04-13 18:48:12 +08:00
imbytecat
09463d0dbb
refactor(fish): extract op-env into reloadable function and skip comment lines
2026-04-13 15:46:19 +08:00
imbytecat
82ab946ba1
fix: op path
2026-04-13 15:38:10 +08:00
imbytecat
50808a9ecf
fix: use type -q and stdin for op inject to support WSL interop alias
2026-04-13 15:29:13 +08:00
imbytecat
024ea2c676
refactor(wsl): use Windows op.exe via interop instead of native 1password-cli
2026-04-13 15:21:34 +08:00
imbytecat
b9e8566cee
refactor: replace sops-nix with 1Password CLI for secrets management
2026-04-13 14:57:11 +08:00
imbytecat
2f6e3aea89
fix(sops): use NixOS system module on WSL to avoid systemd user service failure
2026-04-13 13:49:27 +08:00
imbytecat
2a1fb40fd3
feat(wsl): enable nix-ld for VSCode Remote and auto-generate sops age key from ed25519
2026-04-13 13:37:06 +08:00
imbytecat
e77f561747
chore: update flake inputs, remove unused params and compose.yaml
2026-04-12 16:49:26 +08:00
imbytecat
09acb83206
feat: add exa/context7 secrets, enable greedy cask upgrades
2026-04-11 23:53:27 +08:00
imbytecat
95891aa441
fix(neovim): add statix for lazyvim nix linting
2026-04-11 22:21:01 +08:00
imbytecat
361bb5e952
fix(neovim): fix lazyvim catppuccin colorscheme config and lock lazyvim-nix
2026-04-11 22:16:03 +08:00
imbytecat
43b69e3c27
feat(neovim): switch to LazyVim via lazyvim-nix and add just-lsp
2026-04-11 22:06:53 +08:00
imbytecat
55207459e6
fix(zellij): disable startup tips
2026-04-11 21:16:49 +08:00
imbytecat
e6f5b9d9df
fix(lazygit): migrate git.paging.pager to git.pagers array for v0.61.0
2026-04-11 20:51:58 +08:00
imbytecat
aa1b2ff23c
refactor: 简化仓库路径,移除硬编码的 rebuild/update 命令和安装脚本
2026-04-11 17:52:03 +08:00
imbytecat
141335d81b
fix: mole 移回 brew(nixpkgs 中标记为 broken)
2026-04-11 17:25:49 +08:00