- Homebrew should be installed (Command line tools for Xcode are included).
- Install
nvmvia Homebrew
| #!/bin/bash | |
| WEBHOOK_URL="https://hooks.slack.com/services/YOUR/WEBHOOK/URL" | |
| curl -X POST -H 'Content-type: application/json' \ | |
| --data '{ | |
| "text": "β οΈ Claude Code needs attention!", | |
| "blocks": [ | |
| { | |
| "type": "section", |
| { | |
| "description": "Shift+Enter to Option+Enter in IntelliJ Terminal (for Claude Code)", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ | |
| "^com\\.jetbrains\\.intellij", | |
| "^com\\.jetbrains\\..*" | |
| ], |
| String stringify(int x, int y) { | |
| // TODO: Return a formatted string here | |
| // TODO: μ¬κΈ°μ λ¬Έμμ΄μ λ°ννμΈμ. | |
| } |
| λ³μλ₯Ό μ μΈν λλ `λ³μνμ λ³μλͺ ;` μ ννλ‘ μμ±ν©λλ€. | |
| λ³μμ κ°μ ν λΉν λλ `λ³μλͺ = λ³μκ°` μ ννλ‘ μμ±ν©λλ€. |
| void main() { | |
| // TODO hello world λ₯Ό μΆλ ₯νλ μ½λλ₯Ό μμ±νμΈμ | |
| } |
| void main() { | |
| print('hello world'); | |
| } |
| π Morning 885 commits βββββββββββββββββββββ 41.5% | |
| π Daytime 452 commits βββββββββββββββββββββ 21.2% | |
| π Evening 120 commits βββββββββββββββββββββ 5.6% | |
| π Night 677 commits βββββββββββββββββββββ 31.7% |
nvm via Homebrewnvm via Homebrew