Skip to content

Cwjiee/.tmux.conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

  1. To setup tmux config, clone the Tmux Plugin Manager repo git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

  2. Then, copy the following code to your .tmux.conf file

    set -g @plugin 'tmux-plugins/tpm'
    set -g @plugin 'tmux-plugins/tmus-sensible'
       
    run '~/.tmux/plugins/tpm/tpm'
    
  3. Add your plugins

    set -g @plugin 'catppuccin/tmux'
    
  4. In your tmux session, press prefix + I


You are done with setting up tmux config!

About

My tmux config for future references

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages