add auto install tmux
This commit is contained in:
@@ -9,6 +9,10 @@ fi
|
||||
if command -v nvim &> /dev/null; then
|
||||
nvim --headless "+Lazy! update" +qa
|
||||
fi
|
||||
if command -v tmux &> /dev/null; then
|
||||
~/.tmux/plugins/tpm/bin/install_plugins
|
||||
~/.tmux/plugins/tpm/bin/update_plugins all
|
||||
fi
|
||||
|
||||
{{ if and (not .noGUI) (hasKey .chezmoi.osRelease "id") }}
|
||||
{{ if and (eq .chezmoi.os "linux") (stat (print .chezmoi.homeDir "/.winscp")) }}
|
||||
|
||||
Reference in New Issue
Block a user