This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
dotfiles-chezmoi
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Moving Tmux to XDG location
pull/2/head
Ryan Reed
3 years ago
parent
9a8c5b2123
commit
28280971d3
7 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.chezmoiexternal.toml
+0
-0
dot_config/tmux/README.md
+0
-0
dot_config/tmux/themes/alternate.tmux
+0
-0
dot_config/tmux/themes/default.tmux
+0
-0
dot_config/tmux/themes/material.tmux
+0
-0
dot_config/tmux/themes/widecentered.tmux
+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"
url
=
"https://github.com/tmux-plugins/tpm/archive/master.tar.gz"
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"
# Must be final line of tmux config
run
'~/.tmux/plugins/tpm/tpm
'
run
"$XDG_CONFIG_HOME/tmux/plugins/tpm/tpm
"
Write
Preview
Loading…
Cancel
Save