Skip to content

hoseahsu/oh-my-tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oh My Tmux

Some Config and Plugin for Easing my operation

  1. Clone this Repo. to a path you like, such as HOME or anywhere you want:

    git clone https://github.com/hoseahsu/oh-my-tmux.git ~/oh-my-tmux
    
  2. Change the directory you just cloned(maybe cd ~/oh-my-tmux), and create symbolic link .tmux.conf to $HOME path

    ln -s $PWD/oh-my-tmux/tmux.conf ~/.tmux.conf
    

When you execute echo $PWD in shell, you will know what the $PWD means. Yes, it means the path of current directory you stayed.

  1. Install Tmux Plugin Manager

    git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
    
  2. Startup Tmux

    tmux
    
  3. Reload Tmux config

    tmux source ~/.tmux.conf
    
  4. Install & Update Tmux plugins via TPM

    Ctrl+b + I # waiting for installed...
    
    Ctrl+b + U # waiting for updating...
    
    Ctrl+b + r # let Tmux config work
    

or just use below shell after you backup your old tmux.conf

sh -c "$(curl -fSL https://raw.githubusercontent.com/hoseahsu/oh-my-tmux/master/install.sh)"

Releases

No releases published

Packages

No packages published

Languages