Browse Source

Moving Tmux to XDG location

pull/2/head
Ryan Reed 3 years ago
parent
commit
28280971d3
7 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .chezmoiexternal.toml
  2. +0
    -0
      dot_config/tmux/README.md
  3. +0
    -0
      dot_config/tmux/themes/alternate.tmux
  4. +0
    -0
      dot_config/tmux/themes/default.tmux
  5. +0
    -0
      dot_config/tmux/themes/material.tmux
  6. +0
    -0
      dot_config/tmux/themes/widecentered.tmux
  7. +1
    -1
      dot_config/tmux/tmux.conf

+ 1
- 1
.chezmoiexternal.toml View File

@ -1,4 +1,4 @@
[".tmux/plugins/tpm"]
[".config/tmux/plugins/tpm"]
type = "archive" type = "archive"
url = "https://github.com/tmux-plugins/tpm/archive/master.tar.gz" url = "https://github.com/tmux-plugins/tpm/archive/master.tar.gz"
exact = true exact = true


dot_tmux/README.md → dot_config/tmux/README.md View File


dot_tmux/themes/alternate.tmux → dot_config/tmux/themes/alternate.tmux View File


dot_tmux/themes/default.tmux → dot_config/tmux/themes/default.tmux View File


dot_tmux/themes/material.tmux → dot_config/tmux/themes/material.tmux View File


dot_tmux/themes/widecentered.tmux → dot_config/tmux/themes/widecentered.tmux View File


dot_tmux.conf → dot_config/tmux/tmux.conf View File

@ -94,4 +94,4 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin "arcticicestudio/nord-tmux" set -g @plugin "arcticicestudio/nord-tmux"
# Must be final line of tmux config # Must be final line of tmux config
run '~/.tmux/plugins/tpm/tpm'
run "$XDG_CONFIG_HOME/tmux/plugins/tpm/tpm"

Loading…
Cancel
Save