Compare commits
No commits in common. "a718e133ff107a5113cfde66e91cb548f91f84c0" and "55695eb93e33da9faa8c7b03159065b0322644fe" have entirely different histories.
a718e133ff
...
55695eb93e
@ -24,7 +24,6 @@ brews = [
|
|||||||
'java',
|
'java',
|
||||||
'jstkdng/programs/ueberzugpp',
|
'jstkdng/programs/ueberzugpp',
|
||||||
'macism',
|
'macism',
|
||||||
'tmux',
|
|
||||||
'htop',
|
'htop',
|
||||||
'bmon',
|
'bmon',
|
||||||
]
|
]
|
||||||
@ -51,7 +50,6 @@ apt = [
|
|||||||
'ueberzug',
|
'ueberzug',
|
||||||
'ripgrep',
|
'ripgrep',
|
||||||
'tree-sitter-cli',
|
'tree-sitter-cli',
|
||||||
'tmux',
|
|
||||||
'htop',
|
'htop',
|
||||||
'bmon',
|
'bmon',
|
||||||
]
|
]
|
||||||
@ -75,7 +73,6 @@ apt = [
|
|||||||
'git',
|
'git',
|
||||||
'gcc',
|
'gcc',
|
||||||
'ripgrep',
|
'ripgrep',
|
||||||
'tmux',
|
|
||||||
'htop',
|
'htop',
|
||||||
'bmon',
|
'bmon',
|
||||||
]
|
]
|
||||||
@ -116,7 +113,6 @@ pacman = [
|
|||||||
'neovim',
|
'neovim',
|
||||||
'ripgrep',
|
'ripgrep',
|
||||||
'tree-sitter',
|
'tree-sitter',
|
||||||
'tmux',
|
|
||||||
'htop',
|
'htop',
|
||||||
'bmon',
|
'bmon',
|
||||||
]
|
]
|
||||||
@ -173,7 +169,6 @@ pacman = [
|
|||||||
'tree-sitter',
|
'tree-sitter',
|
||||||
'tree-sitter-bash',
|
'tree-sitter-bash',
|
||||||
'tree-sitter-cli',
|
'tree-sitter-cli',
|
||||||
'tmux',
|
|
||||||
'htop',
|
'htop',
|
||||||
'bmon',
|
'bmon',
|
||||||
]
|
]
|
||||||
|
@ -9,10 +9,6 @@ fi
|
|||||||
if command -v nvim &> /dev/null; then
|
if command -v nvim &> /dev/null; then
|
||||||
nvim --headless "+Lazy! update" +qa
|
nvim --headless "+Lazy! update" +qa
|
||||||
fi
|
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 (not .noGUI) (hasKey .chezmoi.osRelease "id") }}
|
||||||
{{ if and (eq .chezmoi.os "linux") (stat (print .chezmoi.homeDir "/.winscp")) }}
|
{{ if and (eq .chezmoi.os "linux") (stat (print .chezmoi.homeDir "/.winscp")) }}
|
||||||
|
@ -87,7 +87,6 @@ bind -Troot MouseDown1Status if -F '#{==:#{mouse_status_range},window}' {
|
|||||||
}
|
}
|
||||||
if -F '#{==:#{mouse_status_range},close}' {
|
if -F '#{==:#{mouse_status_range},close}' {
|
||||||
kill-pane
|
kill-pane
|
||||||
# confirm-before kill-pane
|
|
||||||
}
|
}
|
||||||
if -F '#{==:#{mouse_status_range},sv}' {
|
if -F '#{==:#{mouse_status_range},sv}' {
|
||||||
split-pane
|
split-pane
|
||||||
@ -97,7 +96,6 @@ bind -Troot MouseDown1Status if -F '#{==:#{mouse_status_range},window}' {
|
|||||||
}
|
}
|
||||||
if -F '#{==:#{mouse_status_range},detach}' {
|
if -F '#{==:#{mouse_status_range},detach}' {
|
||||||
detach
|
detach
|
||||||
# confirm-before detach
|
|
||||||
}
|
}
|
||||||
if -F '#{==:#{mouse_status_range},htop}' {
|
if -F '#{==:#{mouse_status_range},htop}' {
|
||||||
new-window htop
|
new-window htop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user