Compare commits

..

No commits in common. "587871859c8b4ecb53375b0453d65ff54a5af196" and "00b82a3dce5db8939b6b06f0382eac8640328126" have entirely different histories.

2 changed files with 4 additions and 16 deletions

View file

@ -41,14 +41,13 @@ RUN mise install
# Install sqlx CLI for managing database migrations in sqlx projects.
RUN mise x -- cargo binstall -y cargo-nextest sqlx-cli
# Finish Go setup.
RUN go install golang.org/x/tools/gopls@latest
RUN fish -c 'fish_add_path /home/$USERNAME/go/bin'
# Install Claude Code CLI.
RUN curl -fsSL https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/bootstrap.sh | bash
RUN fish -c 'fish_add_path /home/$USERNAME/.local/bin'
COPY --chown=$USERNAME ./assets/claude/settings.json /home/$USERNAME/.claude/settings.json
# Finish Go setup.
RUN fish -c 'fish_add_path /home/$USERNAME/go/bin'
RUN go install golang.org/x/tools/gopls@latest
# Copy Helix configurations.
# It seems there's a bug in `apple/container`'s COPY implementation that fails

View file

@ -1,11 +0,0 @@
{
"permissions": {
"defaultMode": "plan"
},
"enabledPlugins": {
"gopls-lsp@claude-plugins-official": true,
"rust-analyzer-lsp@claude-plugins-official": true
},
"outputStyle": "Explanatory",
"spinnerTipsEnabled": false
}