We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa79d08 commit 52d57caCopy full SHA for 52d57ca
zsh/.zshrc
@@ -172,6 +172,12 @@ if ! zgen saved; then
172
173
# Generate the init script from plugins above
174
zgen save
175
+
176
+ # Also configure tmux
177
+ if command -v tmux &> /dev/null && [ ! -f "${HOME}/.config/tmux/tmux.conf" ]; then
178
+ echo "Tmux was found, but it seems not to be configured. Configuring using Oh my tmux!"
179
+ curl -fsSL "https://github.com/gpakosz/.tmux/raw/refs/heads/master/install.sh#$(date +%s)" | bash
180
+ fi
181
fi
182
183
# Delayed Powerlevel10k setup to avoid the warning about console output.
0 commit comments