Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| kb:setup_ideal_env [2025/12/20 19:43] – [Mouse / Tauchpad] yehuda | kb:setup_ideal_env [2026/01/13 10:16] (current) – [Reminders] yehuda | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ====== Reminders ====== | ====== Reminders ====== | ||
| + | |||
| + | ===== Configure shell env ===== | ||
| + | * install tmux | ||
| + | * install `zsh` and `oh-my-zsh` | ||
| + | * install `kitty` | ||
| + | |||
| + | ==== Configure tmux ==== | ||
| + | |||
| + | <code bash> | ||
| + | #Enable Mouse Mode, Open your tmux configuration file: | ||
| + | echo "set -g mouse on" >> ~/ | ||
| + | |||
| + | # 2. Reload Configuration | ||
| + | tmux source-file ~/ | ||
| + | </ | ||
| + | ===== Interesting things for Dev IDE ===== | ||
| + | * OpenCode | ||
| + | * Portal plugin - https:// | ||
| + | * Desktop and web interfce - https:// | ||
| + | * Vibekanban - https:// | ||
| + | |||
| + | |||
| + | * VSCode | ||
| + | * vscode Extension alternative repository: https:// | ||
| ===== Network ===== | ===== Network ===== | ||