This commit is contained in:
David Heinemeier Hansson
2026-02-09 22:59:01 +01:00
parent 093ab830cf
commit 71974b2cb1

View File

@@ -4,6 +4,6 @@ omarchy-pkg-add tmux
if [[ ! -f ~/.config/tmux/tmux.conf ]]; then
mkdir -p ~/.config/tmux
cp $OMARCHY/config/tmux/tmux.config ~/.config/tmux/tmux.conf
omarchy-theme-reset
cp $OMARCHY_PATH/config/tmux/tmux.conf ~/.config/tmux/tmux.conf
omarchy-theme-refresh
fi