Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to do install tmux plugins

# Install tmux plugins manager
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

# Put this at the bottom of ~/.tmux.conf ($XDG_CONFIG_HOME/tmux/tmux.conf works too):
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'

# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'github_username/plugin_name#branch'
# set -g @plugin 'git@github.com:user/plugin'
# set -g @plugin 'git@bitbucket.com:user/plugin'

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'

# type this in terminal if tmux is already running
tmux source ~/.tmux.conf

Comment

how to do install tmux plugins

Press prefix + I (capital i, as in Install) to fetch the plugins 
Comment

PREVIOUS NEXT
Code Example
Shell :: github get parent branch 
Shell :: ubuntu server 20.04 list users 
Shell :: set permanant environemt variable 
Shell :: how to copy a file to a remote server using the command line 
Shell :: how to install ssh server on ubuntu 16.04 
Shell :: git branch delete all local branches 
Shell :: reverse search command mac 
Shell :: uid : unable to do port forwarding: socat not found 
Shell :: how to install spotify in linux 
Shell :: how to still atom on ubuntu 
Shell :: leap year bash shell 
Shell :: git resolve conflict using theirs 
Shell :: git rm cached 
Shell :: change file name in terminal 
Shell :: how to pull the changes from git without staging local changes 
Shell :: copy from master to branch 
Shell :: how to install from git clone 
Shell :: cypress installation 
Shell :: react route install 
Shell :: hydra use find password cracker 
Shell :: show remote git 
Shell :: change ratio vmware ubuntu 
Shell :: test redis connection 
Shell :: run bat file with arguments 
Shell :: Linux Mint reset xfce-panel 
Shell :: how to push local repo to github 
Shell :: maven test skip 
Shell :: how to run exe file with shell 
Shell :: /usr/bin/env: ‘bash ’: No such file or directory 
Shell :: cut tab linux 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =