Skip to content

d8rt8v/myterminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

ZSH + TMUX = ❤️

My terminal config for rapid deployment

img

Note

Mouse suppport is disabled by default (it will alter copy/paste behavior) to enable set set -g mouse on in .tmux.conf

Used zsh plugins:

  • git
  • zsh-autosuggestions
  • zsh-syntax-highlighting
  • you-should-use

Used tmux plugins:

  • tmux-plugins/tpm
  • tmux-plugins/tmux-sensible
  • dracula/tmux
  • dracula-plugins "cpu-usage ram-usage weather time"
  • nhdaly/tmux-better-mouse-mode

Install:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/d8rt8v/myterminal/main/install.sh)"