Install on Windows (KAI-SERVER win host) #14

Open
opened 2026-05-23 20:53:19 +00:00 by coilysiren · 0 comments
Owner

Originally filed by @coilysiren on 2026-05-14T02:22:49Z - https://github.com/coilysiren/agentic-os/issues/3

Replicate the Mac install on the Windows box. The whole point of the WezTerm switch is Windows usability, so this is the load-bearing platform.

Steps (from Git Bash)

winget install Nushell.Nushell wez.wezterm-nightly
git clone git@github.com:coilysiren/dotfiles.git "$USERPROFILE/projects-x/coilysiren/dotfiles"
mkdir -p "$APPDATA/nushell"
cd "$USERPROFILE/projects-x/coilysiren/dotfiles"
cp nu/env.nu nu/config.nu nu/ssm-env.nu "$APPDATA/nushell/"
cp -r nu/hosts "$APPDATA/nushell/"
cp wezterm/wezterm.lua "$USERPROFILE/.wezterm.lua"

Symlinks on Windows need admin or developer mode, so copy. Re-run after edits.

Verify

Open WezTerm, hit Ctrl+Shift+Space, pick Nushell. Then:

ssm-load
$env.GITHUB_PAT | is-not-empty

Notes

  • Path conventions translate Mac → Windows per AGENTS.md kai-windows-env rules.
  • WezTerm launch_menu also exposes Git Bash, pwsh, cmd for per-tab shell switching.
  • hosts/windows.nu uses backslash-style Git install paths.
_Originally filed by @coilysiren on 2026-05-14T02:22:49Z - [https://github.com/coilysiren/agentic-os/issues/3](https://github.com/coilysiren/agentic-os/issues/3)_ Replicate the Mac install on the Windows box. The whole point of the WezTerm switch is Windows usability, so this is the load-bearing platform. **Steps (from Git Bash)** ```bash winget install Nushell.Nushell wez.wezterm-nightly git clone git@github.com:coilysiren/dotfiles.git "$USERPROFILE/projects-x/coilysiren/dotfiles" mkdir -p "$APPDATA/nushell" cd "$USERPROFILE/projects-x/coilysiren/dotfiles" cp nu/env.nu nu/config.nu nu/ssm-env.nu "$APPDATA/nushell/" cp -r nu/hosts "$APPDATA/nushell/" cp wezterm/wezterm.lua "$USERPROFILE/.wezterm.lua" ``` Symlinks on Windows need admin or developer mode, so copy. Re-run after edits. **Verify** Open WezTerm, hit Ctrl+Shift+Space, pick Nushell. Then: ```nu ssm-load $env.GITHUB_PAT | is-not-empty ``` **Notes** - Path conventions translate Mac → Windows per AGENTS.md kai-windows-env rules. - WezTerm launch_menu also exposes Git Bash, pwsh, cmd for per-tab shell switching. - hosts/windows.nu uses backslash-style Git install paths.
coilysiren added
P4
and removed
P3
labels 2026-05-31 07:00:07 +00:00
Sign in to join this conversation.
No labels
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coilyco-flight-deck/agentic-os#14
No description provided.