Hereβs a screenshot of how this tmux setup looks:
To activate the setup run:
git clone https://github.com/0xlakshan/system-config.git
cd system-config
sh ./linux/terminal.sh
The following diagram shows the anatomy of my shell prompt
βββββββββββββββββββββββββββββ path
β ββββββββ git:branch
β β
~/projects/my-project (main)
Ξ»
β
βββββββββββββββββββββββββββββββββ prompt
The custom .tmux.conf
includes mouse support, allowing you to select and copy text using your mouse. It also integrates with the system clipboard via xclip
, making it easy to copy content between tmux
and other applications. To ensure this functionality works properly, make sure the required packages tmux
, vim
, and xclip
are installed on your system.