[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-82260":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":13,"subscribersCount":13,"size":13,"stars1d":12,"stars7d":14,"stars30d":15,"stars90d":13,"forks30d":13,"starsTrendScore":16,"compositeScore":17,"rankGlobal":8,"rankLanguage":8,"license":8,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":20,"hasPages":18,"topics":21,"createdAt":8,"pushedAt":8,"updatedAt":22,"readmeContent":23,"aiSummary":24,"trendingCount":13,"starSnapshotCount":13,"syncStatus":25,"lastSyncTime":26,"discoverSource":27},82260,"dotfiles","bautistaaa\u002Fdotfiles","bautistaaa",null,"Shell",259,7,1,0,28,96,6,62.31,false,"main",true,[],"2026-06-12 04:01:37","# dotfiles\n\nHyprland desktop configs managed with [GNU Stow](https:\u002F\u002Fwww.gnu.org\u002Fsoftware\u002Fstow\u002F).\n\n## Layout\n\nConfigs live at the repo root:\n\n```text\ndotfiles\u002F\n├── .config\u002F\n│   ├── hypr\u002F             # Hyprland, scripts, keybinds\n│   ├── waybar\u002F           # Status bar\n│   ├── kitty\u002F            # Terminal\n│   ├── rofi\u002F             # App launcher \u002F menus\n│   └── btop\u002F             # System monitor\n├── .local\u002Fshare\u002Fapplications\u002F\n├── wallpapers\u002F           # Linked to ~\u002FPictures\u002Fwallpapers on install\n├── install.sh\n└── packages.txt\n```\n\n`install.sh` uses [GNU Stow](https:\u002F\u002Fwww.gnu.org\u002Fsoftware\u002Fstow\u002F) to link `.config\u002F` and `.local\u002F` into `$HOME`. A generated `stow\u002F` directory (gitignored) holds Stow packages; edits in `.config\u002F...` apply immediately via the symlinks. Re-run `.\u002Finstall.sh` after adding new config directories.\n\n## Fresh machine setup\n\n```bash\ngit clone git@github.com:YOUR_USER\u002Fdotfiles.git ~\u002Fdotfiles\ncd ~\u002Fdotfiles\n.\u002Finstall.sh\n```\n\nSkip apt installs if packages are already installed:\n\n```bash\nSKIP_PACKAGES=1 .\u002Finstall.sh\n```\n\n## After install\n\n1. Log into Hyprland\n2. Launch waybar: `~\u002F.config\u002Fwaybar\u002Flaunch.sh`\n\nWallpapers live in `wallpapers\u002F` in the repo and are linked to `~\u002FPictures\u002Fwallpapers` on install.\n\n## Keybinds (quick reference)\n\n| Binding | Action |\n|---|---|\n| Super+Return | Terminal (kitty) |\n| Super+E | Yazi (new workspace) |\n| Super+G | Chrome (new workspace) |\n| Super+X | btop (new workspace) |\n| Super+[ \u002F Super+] | Previous \u002F next workspace |\n| Super+1–6 | Go to workspace |\n| Super+Shift+1–6 | Move window to workspace |\n\n## Updating configs\n\nEdit files in `.config\u002F...`, then re-run install if you add new packages:\n\n```bash\ncd ~\u002Fworkspaces\u002Fdotfiles\nSKIP_PACKAGES=1 .\u002Finstall.sh\n```\n\nOr restow manually:\n\n```bash\ncd ~\u002Fworkspaces\u002Fdotfiles\n.\u002Finstall.sh\n```\n\n## Push to GitHub\n\n```bash\ncd ~\u002Fdotfiles\ngit init\ngit add .\ngit commit -m \"Initial dotfiles\"\ngh repo create dotfiles --private --source=. --push\n```\n\nUse a **private** repo unless you have audited for secrets.\n\n## Optional: machine-specific overrides\n\nCreate untracked files under `local\u002F` or add a host profile later if laptop\u002Fdesktop configs diverge.\n","该项目提供了一套使用GNU Stow管理的Hyprland桌面配置。核心功能包括通过脚本自动部署和链接配置文件至用户主目录，涵盖Hyprland、Waybar状态栏、Kitty终端、Rofi应用启动器及Btop系统监视器等组件，并预设了快捷键绑定以提高工作效率。此外，项目还支持自定义壁纸设置与机器特定配置覆盖。适用于需要快速搭建或维护个性化Linux桌面环境的开发者和技术爱好者，尤其适合那些希望保持配置版本化且易于跨设备同步的用户。",2,"2026-06-11 04:08:12","CREATED_QUERY"]