Commit graph

50 commits

Author SHA1 Message Date
Yan Lin
af00015d69 adjust gnome window management keymap 2025-10-27 15:33:38 +01:00
Yan Lin
36e991dba7 update material project config 2025-10-19 12:53:11 +02:00
Yan Lin
b225a75766 add bent project 2025-10-15 13:01:10 +02:00
Yan Lin
3191617157 Minor 2025-10-06 14:44:40 +02:00
Yan Lin
d5700d8063 Add project 2025-10-06 14:42:22 +02:00
Yan Lin
0cf09b82f1 Update claude code config 2025-09-30 19:41:21 +02:00
Yan Lin
4d7b192e67 Rearrange project config (again) 2025-09-21 10:00:42 +02:00
Yan Lin
36d77f63b4 Minor update 2025-09-21 09:58:39 +02:00
Yan Lin
661b6c9955 Rearrange project config 2025-09-21 09:53:43 +02:00
Yan Lin
88ebc45d1f Edit project config 2025-09-17 19:49:41 +02:00
Yan Lin
9ddec73c1f Minor update of blog project 2025-09-09 14:50:24 +02:00
Yan Lin
54918b4361 Remove unused projects 2025-09-09 14:09:54 +02:00
Yan Lin
bb686b0fc0 Minor changes on project config 2025-09-08 09:16:17 +02:00
Yan Lin
f52954353d Minor 2025-09-05 09:29:15 +02:00
Yan Lin
0fdb90293b Adjust ddm project config 2025-09-05 09:22:01 +02:00
Yan Lin
0ed8b2069b Add hostname to tmux 2025-09-01 23:03:25 +02:00
Yan Lin
1cf3877ba5 Add pwdf function 2025-08-29 12:58:53 +02:00
Yan Lin
f58a088c43 Simplify the logic of project lanucher 2025-08-25 12:40:55 +08:00
Yan Lin
0c72fedeb8 Add microsoft office alias 2025-08-24 21:06:28 +08:00
Yan Lin
0e5e377ebd Edit project config 2025-08-20 07:01:48 +09:00
Yan Lin
fadd58c7f4 Modify project config 2025-08-19 13:19:55 +09:00
Yan Lin
50251e68f9 Clean up default git ignore 2025-08-13 11:13:24 +09:00
Yan Lin
bf752a85e4 Merge branch 'nightly' 2025-08-13 09:58:19 +09:00
Yan Lin
87550230d8 Replace hardcoded dir with hm paths 2025-08-12 09:45:52 +09:00
Yan Lin
35a50ec7ef Remove pncs project 2025-08-11 17:59:19 +09:00
Yan Lin
dd10e16eac Add bookmarks 2025-08-11 12:07:08 +09:00
Yan Lin
38874209a8 Add PNCS project 2025-08-03 15:18:26 +08:00
Yan Lin
2ab5eb0b9b Add firefox bookmarks 2025-08-01 14:17:54 +02:00
Yan Lin
a8bcd52152 Remove remote functionality for simplicity and stability 2025-08-01 14:00:45 +02:00
Yan Lin
29ba35a57c Implement a more simplified and extendable project launcher 2025-08-01 13:47:43 +02:00
Yan Lin
6a9414a8ca Remove inactive projects 2025-08-01 11:38:21 +02:00
Yan Lin
f0b7ad9213 Add offline home manager switch option 2025-08-01 08:27:10 +02:00
Yan Lin
e480c1abcc Add material meet project 2025-08-01 08:22:43 +02:00
Yan Lin
451a6be466 Add blocktraj project 2025-07-31 17:33:54 +02:00
Yan Lin
17c2e66c69 Add academic-programs projects 2025-07-31 15:13:55 +02:00
Yan Lin
d2dfa7771c Add trajmamba project 2025-07-30 12:03:32 +02:00
Yan Lin
7413785bbe Add STPCN project 2025-07-29 20:05:00 +02:00
Yan Lin
33c4ebea09 Add forcetraj and trajar projects 2025-07-29 13:48:39 +02:00
Yan Lin
29a43547a2 Add weightcomp project 2025-07-29 13:30:05 +02:00
Yan Lin
d2087c6273 Minor update of project dir 2025-07-29 12:19:08 +02:00
Yan Lin
42de1808b7 Add pathfm project 2025-07-29 10:41:12 +02:00
Yan Lin
bfea8a3d5f Remove content template and migrate blog project to research template
- Delete scripts/templates/content.sh template
- Remove content template case from project-launcher.sh
- Update blog project configuration to use research template with remote sync

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-29 09:45:45 +02:00
Yan Lin
f7bfb04b38 Add session detection and running indicator to project launcher
- Add is_session_running() function to detect active tmux sessions
- Update project display to show green "• Running" indicator for active projects
- Fix session detection to use correct session names from project config
- Improve project listing with real-time status information
- Update projects.nix with shortened key names and descriptions

Features:
- Visual feedback for which projects are currently running
- Uses proper tmux session names from project configuration
- Clean green indicator that only appears for running sessions
- Maintains existing project launcher functionality and layout

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-28 16:58:28 +02:00
Yan Lin
7f21c83caf Add MLLM project 2025-07-28 16:15:50 +02:00
Yan Lin
c91921a125 Add note project and improve directory creation
- Add Obsidian notes project configuration
- Enhance project launcher with automatic directory creation for local and remote paths

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-28 13:46:03 +02:00
Yan Lin
5b2d62ffa6 Add remote server support to research template
- Add server and remoteDir fields to research projects configuration
- Update project launcher to handle remote server parameters
- Enhance research template with remote server window (window 7)
- Add dual-pane remote SSH connections with auto-reconnect aliases
- Document remote server features in README with configuration examples

Features:
- Type 'r' in any remote pane to reconnect after network drops
- Automatic SSH connection and directory navigation
- Parallel remote work with dual panes
- Backwards compatible - optional server configuration

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-27 18:01:20 +02:00
Yan Lin
800ac5c4ab Add homelab project and reorganize project configuration
- Add homelab project for Homelab Deployment with basic template
- Reorganize projects.nix with better grouping:
  - Configuration projects first (nix-config, homelab)
  - Development projects (blog, homepage)
  - Research projects (mdshortcut, daki3)
- Update generated projects.json with new structure

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-26 23:31:16 +02:00
Yan Lin
2d80c0e50f Add DAKI3 project configuration
- Add daki3 project with basic template
- Points to AI systems & infrastructure course demo code
- Updates generated projects.json with new project entry

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-26 23:20:49 +02:00
Yan Lin
17f7812011 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>
2025-07-26 23:03:01 +02:00
Yan Lin
af7b855faf Add comprehensive project shortcuts system
- Create config/projects.nix for project definitions with templates
- Add scripts/templates/ with basic, content, and research workflows
- Create universal project-launcher.sh for template execution
- Integrate project system into zsh with dynamic alias generation
- Generate projects.json config file for shell script consumption
- Update README.md with project shortcuts documentation

Projects supported:
- blog: Personal blog (content workflow)
- mdshortcut: Research project (research workflow)
- nix-config: Nix configuration (basic workflow)

Usage: proj, blog, mdshortcut, nix-config commands

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-26 22:38:23 +02:00