Skip to content

Instantly share code, notes, and snippets.

View amondnet's full-sized avatar
🌎
Working from anywhere

Minsu Lee amondnet

🌎
Working from anywhere
View GitHub Profile
@amondnet
amondnet / notify-slack.sh
Created October 24, 2025 14:37
Slack Notify + Claude Code
#!/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",
@amondnet
amondnet / intellij.json
Last active October 24, 2025 14:29
Shift+Enter to Option+Enter in IntelliJ Terminal (for Claude Code)
{
"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: μ—¬κΈ°μ„œ λ¬Έμžμ—΄μ„ λ°˜ν™”ν•˜μ„Έμš”.
}
λ³€μˆ˜λ₯Ό μ„ μ–Έν•  λ•ŒλŠ” `λ³€μˆ˜νƒ€μž… λ³€μˆ˜λͺ…;` 의 ν˜•νƒœλ‘œ μž‘μ„±ν•©λ‹ˆλ‹€.
λ³€μˆ˜μ— 값을 ν• λ‹Ήν•  λ–„λŠ” `λ³€μˆ˜λͺ… = λ³€μˆ˜κ°’` 의 ν˜•νƒœλ‘œ μž‘μ„±ν•©λ‹ˆλ‹€.
@amondnet
amondnet / main.dart
Last active August 30, 2020 08:05
lecture_001_001
void main() {
// TODO hello world λ₯Ό 좜λ ₯ν•˜λŠ” μ½”λ“œλ₯Ό μž‘μ„±ν•˜μ„Έμš”
}
@amondnet
amondnet / main.dart
Created August 30, 2020 07:02
Variable Test
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%
@amondnet
amondnet / install_nodejs_and_yarn_homebrew.md
Created August 8, 2019 04:40 — forked from nijicha/install_nodejs_and_yarn_homebrew.md
Install NVM, Node.js, Yarn via Homebrew

Install NVM, NodeJS, Yarn via Homebrew

Prerequisites

  • Homebrew should be installed (Command line tools for Xcode are included).

Getting start

Part A: Install NVM and NodeJS

  1. Install nvm via Homebrew
@amondnet
amondnet / install_nodejs_and_yarn_homebrew.md
Created August 8, 2019 04:40 — forked from nijicha/install_nodejs_and_yarn_homebrew.md
Install NVM, Node.js, Yarn via Homebrew

Install NVM, NodeJS, Yarn via Homebrew

Prerequisites

  • Homebrew should be installed (Command line tools for Xcode are included).

Getting start

Part A: Install NVM and NodeJS

  1. Install nvm via Homebrew
@amondnet
amondnet / embedded-file-viewer.md
Created June 10, 2018 01:59 — forked from tzmartin/embedded-file-viewer.md
Embedded File Viewer: Google Drive, OneDrive

Office Web Apps Viewer

('.ppt' '.pptx' '.doc', '.docx', '.xls', '.xlsx')

http://view.officeapps.live.com/op/view.aspx?src=[OFFICE_FILE_URL]

<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=[OFFICE_FILE_URL]' width='px' height='px' frameborder='0'>
</iframe>

OneDrive Embed Links