Skip to content

Commit cee826e

Browse files
micahwalterclaude
andcommitted
Fix code block formatting in Crush post
Add bash language identifiers to code blocks and remove extra whitespace to fix indentation rendering issues. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent df8cd1d commit cee826e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

  • content/posts/2025-11-19-crushing-my-code-with-crush

content/posts/2025-11-19-crushing-my-code-with-crush/index.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ draft: false
99
# Original URL: https://www.micahwalter.com/2025/11/crushing-my-code-with-crush/
1010
---
1111

12-
![](./Screenshot-2025-11-19-at-10.53.39-AM-1.png)
13-
1412
I've been following the folks at [Charm](https://charm.sh/) for a while now. If you're not familiar with them, they make some of the most beautiful terminal applications and libraries I've ever seen. Their [Lip Gloss](https://github.com/charmbracelet/lipgloss) toolkit and [Bubble Tea](https://github.com/charmbracelet/bubbletea) TUI framework are the kind of tools that make you excited about building command-line interfaces again.
1513

1614
So when I stumbled across [Crush](https://github.com/charmbracelet/crush), their new "glamourous AI coding agent for your favourite terminal," I knew I had to try it out immediately. Not just because it looked interesting, but because it's essentially the exact vision I had for my own [Chat-CLI project](https://www.micahwalter.com/tag/chat-cli/).
@@ -51,7 +49,7 @@ One of the things I'm most excited about is Crush's support for Anthropic models
5149

5250
Setting it up is straightforward if you already have AWS credentials configured:
5351

54-
```
52+
```bash
5553
export AWS_ACCESS_KEY_ID=your_key
5654
export AWS_SECRET_ACCESS_KEY=your_secret
5755
export AWS_REGION=us-east-1
@@ -105,13 +103,12 @@ But for actual development work—the kind where you need planning, execution, a
105103

106104
If you're interested in trying Crush, installation is easy:
107105

108-
```
106+
```bash
109107
# Homebrew
110108
brew install charmbracelet/tap/crush
111109

112110
# Or npm
113111
npm install -g @charmland/crush
114-
115112
```
116113

117114
You'll need API keys for your preferred LLM provider, or AWS credentials if you want to use Bedrock. The [documentation](https://github.com/charmbracelet/crush) is excellent and covers all the configuration options.

0 commit comments

Comments
 (0)