Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kb:setup_ideal_env [2025/12/16 08:57] – [UI] yehudakb: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" >> ~/.tmux.conf
 +
 +# 2. Reload Configuration
 +tmux source-file ~/.tmux.conf
 +</code>
 +===== Interesting things for Dev IDE =====
 +  * OpenCode
 +    * Portal plugin - https://github.com/hosenur/portal
 +    * Desktop and web interfce - https://github.com/btriapitsyn/openchamber
 +    * Vibekanban - https://www.vibekanban.com/
 +
 +
 +  * VSCode
 +    * vscode Extension alternative repository: https://open-vsx.org/
  
 ===== Network ===== ===== Network =====
Line 134: Line 158:
 </code> </code>
  
 +
 +Note: 
 +<code bash>
 +xinput list
 +# relevant id for example = 10
 +
 +#
 +#❯ xinput get-button-map 10
 +#1 2 3 4 5 6 7 8 9 10 11 12 
 +
 +xinput set-button-map 10 1 1 3
 +
 +</code>
  
kb/setup_ideal_env.1765875456.txt.gz · Last modified: by yehuda
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0