-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofiles.yaml
More file actions
53 lines (50 loc) · 1.42 KB
/
profiles.yaml
File metadata and controls
53 lines (50 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Available profiles for dotfiles installation
profiles:
default:
description: Default profile for Coder workspaces with development tools
include_defaults: true
features:
- claude marketplace configuration
tools:
- node (via mise)
- npm (via mise)
packages:
- none (Claude Code should be installed separately)
onXmaps:
description: onXmaps profile for Coder workspaces with development tools
include_defaults: true
features:
- claude marketplace configuration
tools:
- node (via mise)
- npm (via mise)
packages:
- none (Claude Code should be installed separately)
desktop:
description: Desktop profile for CachyOS/Arch Linux with Hyprland
include_defaults: true
is_desktop: true
features:
- claude marketplace configuration
- Hyprland window manager config
- OpenDeck Stream Deck support
- Home Assistant integration
- Arch package management
tools:
- node (via mise)
- npm (via mise)
packages:
- declarative via .chezmoidata/packages.yaml
laptop:
description: Laptop profile - inherits from desktop
include_defaults: true
is_desktop: true
is_laptop: true
features:
- all desktop features
- laptop-specific adjustments (TBD)
tools:
- node (via mise)
- npm (via mise)
packages:
- declarative via .chezmoidata/packages.yaml