File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ wget https://io.evansosenko.com/tmuxrc/install.sh -O - | sh
4242if-shell " test -f ~/.tmux/plugins/tmuxrc/plugins.conf" " source ~/.tmux/plugins/tmuxrc/plugins.conf"
4343if-shell " test ! -f ~/.tmux/plugins/tmuxrc/plugins.conf" " set -g @tpm_plugins 'tmux-plugins/tpm razor-x/tmuxrc'"
4444run-shell ' ~/.tmux/plugins/tpm/tpm'
45+ if-shell " test -f ~/.tmuxline.conf" " source ~/.tmuxline.conf"
4546````
4647
4748and run this to install
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ tee ~/.tmux.conf >/dev/null <<EOF
4747if-shell "test -f ~/.tmux/plugins/tmuxrc/plugins.conf" "source ~/.tmux/plugins/tmuxrc/plugins.conf"
4848if-shell "test ! -f ~/.tmux/plugins/tmuxrc/plugins.conf" "set -g @tpm_plugins 'tmux-plugins/tpm razor-x/tmuxrc'"
4949run-shell '~/.tmux/plugins/tpm/tpm'
50+ if-shell "test -f ~/.tmuxline.conf" "source ~/.tmuxline.conf"
5051EOF
5152
5253echo -e " \033[32m ✔ Installed ❰ ~/.tmux.conf ❱ \033[0m"
Original file line number Diff line number Diff line change 11set -g default-terminal ' screen-256color'
2-
3- if-shell " test -f ~/.tmuxline.conf" " source ~/.tmuxline.conf"
You can’t perform that action at this time.
0 commit comments