Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
kb:setup_ideal_env [2026/01/03 19:53] – [Interesting things for Dev IDE] yehudakb: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" >> ~/.tmux.conf
 +
 +# 2. Reload Configuration
 +tmux source-file ~/.tmux.conf
 +</code>
 ===== Interesting things for Dev IDE ===== ===== Interesting things for Dev IDE =====
   * OpenCode   * OpenCode
kb/setup_ideal_env.1767470028.txt.gz · Last modified: by yehuda
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0