Added tmux

This commit is contained in:
2020-07-08 16:30:04 +01:00
parent 5a108d6e7d
commit 4854065ad4
4 changed files with 17 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "tmux/.tmux/plugins/tpm"]
path = tmux/.tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm

12
tmux/.tmux.conf Normal file
View File

@@ -0,0 +1,12 @@
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'ndyakov/pimux'
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# 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 -b '~/.tmux/plugins/tpm/tpm'

1
tmux/.tmux/plugins/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*