文件名称:tpm:Tmux插件管理器
文件大小:30KB
文件格式:ZIP
更新时间:2024-03-13 01:31:07
Shell
Tmux插件管理器 安装和加载tmux插件。 经过测试并在Linux,OSX和Cygwin上工作。 查看插件列表。 安装 要求: tmux版本1.9(或更高版本), git , bash 。 克隆TPM: $ git clone https://github.com/tmux-plugins/tpm ~ /.tmux/plugins/tpm 将其放在~/.tmux.conf的底部( $XDG_CONFIG_HOME/tmux/tmux.conf也可以): # 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
【文件预览】:
tpm-master
----.travis.yml(694B)
----.gitmodules(103B)
----tpm(2KB)
----bin()
--------update_plugins(688B)
--------clean_plugins(391B)
--------install_plugins(393B)
----docs()
--------changing_plugins_install_dir.md(585B)
--------tpm_not_working.md(3KB)
--------automatic_tpm_installation.md(584B)
--------managing_plugins_via_cmd_line.md(926B)
--------how_to_create_plugin.md(3KB)
----tests()
--------test_plugin_update.sh(2KB)
--------expect_successful_update_of_all_plugins(713B)
--------test_plugin_installation.sh(9KB)
--------expect_successful_multiple_plugins_download(573B)
--------expect_failed_plugin_download(475B)
--------expect_successful_update_of_a_single_plugin(692B)
--------expect_successful_plugin_download(646B)
--------expect_successful_clean_plugins(451B)
--------test_plugin_clean.sh(2KB)
--------test_plugin_sourcing.sh(2KB)
--------test_plugin_installation_legacy.sh(3KB)
--------helpers()
----bindings()
--------update_plugins(1KB)
--------clean_plugins(485B)
--------install_plugins(487B)
----LICENSE.md(1KB)
----.gitignore(77B)
----HOW_TO_PLUGIN.md(84B)
----CHANGELOG.md(3KB)
----lib()
--------tmux-test()
----README.md(3KB)
----scripts()
--------source_plugins.sh(1000B)
--------install_plugins.sh(2KB)
--------update_plugin_prompt_handler.sh(346B)
--------clean_plugins.sh(1016B)
--------variables.sh(292B)
--------update_plugin.sh(2KB)
--------check_tmux_version.sh(2KB)
--------helpers()
----.gitattributes(240B)