Set up essential CLI tools on a remote machine. Detects the platform and installs zellij, mosh, and fzf using the appropriate method.
Run this skill on a freshly provisioned remote server to bootstrap the interactive environment.
| name | local-setup |
|---|---|
| description | Bootstrap or refresh Joohwi's macOS development environment with Homebrew, Ghostty, terminal fonts, GitHub CLI, mosh, Prezto, fzf, Vundle, the sorinx prompt, Vim plugins, and private dotfile symlinks. Use on a new Mac, after migrating machines, or when asked to reproduce or repair the local shell and terminal setup. |
Set up the machine with the bundled script, preserving existing configuration through timestamped backups.
| { | |
| "mcpServers": { | |
| "qwen3-tts-mcp": { | |
| "type": "stdio", | |
| "command": "/Users/joohwi.lee/.local/bin/qwen3-tts-mcp", | |
| "args": [ | |
| "--models-dir", | |
| "/Users/joohwi.lee/.local/share/qwen3-tts-models" | |
| ], | |
| "env": {} |
| #!/bin/bash | |
| # Self-extracting byobu + tmux installer with OSC 52 clipboard support | |
| # Usage: curl -sL <gist-raw-url> | bash | |
| set -euo pipefail | |
| BYOBU_CONFIG="$HOME/.byobu" | |
| # --- Install byobu and tmux --- | |
| if ! command -v byobu &>/dev/null || ! command -v tmux &>/dev/null; then | |
| echo "Installing byobu and tmux..." |
New Ghostty splits/tabs/windows should open in the current working directory.
On some setups they open at / instead. This documents the root cause and a robust
zsh fix, including the subtle case where the pane is running a long-lived TUI such as
Claude Code.
aarch64