Compare commits

...

2 Commits

3 changed files with 11 additions and 0 deletions

View File

@ -24,6 +24,7 @@ brews = [
'java',
'jstkdng/programs/ueberzugpp',
'macism',
'tmux',
'htop',
'bmon',
]
@ -50,6 +51,7 @@ apt = [
'ueberzug',
'ripgrep',
'tree-sitter-cli',
'tmux',
'htop',
'bmon',
]
@ -73,6 +75,7 @@ apt = [
'git',
'gcc',
'ripgrep',
'tmux',
'htop',
'bmon',
]
@ -113,6 +116,7 @@ pacman = [
'neovim',
'ripgrep',
'tree-sitter',
'tmux',
'htop',
'bmon',
]
@ -169,6 +173,7 @@ pacman = [
'tree-sitter',
'tree-sitter-bash',
'tree-sitter-cli',
'tmux',
'htop',
'bmon',
]

View File

@ -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")) }}

View File

@ -87,6 +87,7 @@ bind -Troot MouseDown1Status if -F '#{==:#{mouse_status_range},window}' {
}
if -F '#{==:#{mouse_status_range},close}' {
kill-pane
# confirm-before kill-pane
}
if -F '#{==:#{mouse_status_range},sv}' {
split-pane
@ -96,6 +97,7 @@ bind -Troot MouseDown1Status if -F '#{==:#{mouse_status_range},window}' {
}
if -F '#{==:#{mouse_status_range},detach}' {
detach
# confirm-before detach
}
if -F '#{==:#{mouse_status_range},htop}' {
new-window htop