Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| kb:setup_ideal_env [2026/01/03 19:53] – yehuda | kb:setup_ideal_env [2026/01/13 10:16] (current) – [Reminders] yehuda | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ====== 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 ===== | ===== Interesting things for Dev IDE ===== | ||
| * OpenCode | * OpenCode | ||
| * Portal plugin - https:// | * Portal plugin - https:// | ||
| - | * Desktop and web interfce https:// | + | * Desktop and web interfce |
| - | * Vibekanban | + | * Vibekanban |