| Symbol | Key |
|---|---|
| ⌃ | Control |
| ⌥ | Option/Alt |
| ⇧ | Shift |
| ⌘ | Command |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Guided first-boot setup for a NEW Omarchy machine (e.g. the future Beelink). | |
| # Walks through: tailscale → SSH keys (GitHub + devbox) → dotfiles → replay. | |
| # On the fresh box (dotfiles repo is private, so fetch via the public gist): | |
| # curl -fsSL https://gist.githubusercontent.com/eduwass/712b4403702bf64e43fd26d65f484f98/raw/bootstrap.sh | bash | |
| # Canonical copy lives here; after editing, re-sync the gist: | |
| # gh gist edit 712b4403702bf64e43fd26d65f484f98 -f bootstrap.sh scripts/omarchy/bootstrap.sh | |
| set -uo pipefail | |
| step() { printf '\n\033[1;33m== %s\033[0m\n' "$*"; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <title>tmux-palette · Terminal theme tuner</title> | |
| <style> | |
| :root { color-scheme: dark; } | |
| * { box-sizing: border-box; } | |
| body { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Per-Project Linear MCP Setup for Claude Code | |
| Connect different Linear workspaces to different projects using the official Linear MCP server with API key auth. | |
| ## Why? | |
| The official Linear MCP server only connects to one workspace at a time. If you have multiple Linear workspaces (e.g. Personal, Work, Client), you need per-project configuration so each project talks to the right workspace. | |
| ## Steps |
System Design Proposal for WordPress/gutenberg#67806
This documentation outlines a possible template package designed to test all possible scenarios for the @wordpress/create-block tool, focusing on adding custom prompts beyond the default ones.
Short (72 chars or less) summary
More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).
Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages
NewerOlder
