Add default tmux config and plugins
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Managed by Chef (kosmos-base::tmux). Do not edit on this host.
|
||||
#
|
||||
# This is the system default tmux config. It is sourced by each user's
|
||||
# ~/.tmux.conf via `source-file`. Plugins are managed by Chef and live in
|
||||
# a shared, root-owned directory; users do not install plugins themselves.
|
||||
|
||||
set-environment -g TMUX_PLUGIN_MANAGER_PATH '<%= @plugins_dir %>'
|
||||
|
||||
<% @plugins.each do |shorthand, _meta| -%>
|
||||
set -g @plugin '<%= shorthand %>'
|
||||
<% end -%>
|
||||
|
||||
# Initialize TPM Redux (must remain the last line of the file)
|
||||
run '<%= @plugins_dir %>/tpm-redux/tpm'
|
||||
Reference in New Issue
Block a user