Update project configuration and remove deprecated tmux.sh

- Add homepage project with basic template configuration
- Update README to reflect current project examples
- Remove root tmux.sh (replaced by template system)
- Update generated projects.json with new homepage project

The centralized project system now fully replaces individual tmux scripts.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Yan Lin 2025-07-26 23:03:01 +02:00
parent fce0729d48
commit 17f7812011
4 changed files with 10 additions and 30 deletions

View file

@ -167,16 +167,14 @@ hms # Quick home-manager switch
**Configuration**: `config/projects.nix`
**Purpose**: Quick access to project workspaces with tmux sessions
#### Available Projects:
#### Example Projects:
- **`blog`**: Personal blog with code + content workflow
- **`mdshortcut`**: Material Design Shortcut research project (code + paper)
- **`nix-config`**: Nix configuration with basic development workflow
#### Usage:
```bash
proj # List all available projects
blog # Launch blog project tmux session
mdshortcut # Launch MDShortcut project tmux session
nix-config # Launch nix-config project tmux session
```