Skip to content

apancorb/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

109 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

dotfiles

Host Setup

Claude Code Desktop App

Run Claude Code inside the devcontainer via the desktop app's SSH session.

  1. Ensure an SSH key exists: ssh-keygen -t ed25519 -C "macbookpro" (if ~/.ssh/id_ed25519 is missing). Leave the passphrase empty โ€” the desktop app's SSH client cannot prompt for one.

  2. Build and start the container: ./run.sh up โ€” installs your public key and starts sshd.

  3. In the desktop app, open the environment dropdown โ†’ + Add SSH connection:

    Field Value
    Name devcontainer
    SSH Host codespace@localhost
    SSH Port 8000
  4. Select the devcontainer environment to launch a session.

For a terminal shell, run ./run.sh; ./run.sh down removes the container.


More on devcontainers in this post.

About

my dev env ๐Ÿš€

Resources

License

Stars

Watchers

Forks

Contributors