Files
omarchy/migrations/1770638893.sh
David Heinemeier Hansson 71974b2cb1 Fix
2026-02-09 22:59:01 +01:00

10 lines
236 B
Bash

echo "Add Tmux as an option with themed styling"
omarchy-pkg-add tmux
if [[ ! -f ~/.config/tmux/tmux.conf ]]; then
mkdir -p ~/.config/tmux
cp $OMARCHY_PATH/config/tmux/tmux.conf ~/.config/tmux/tmux.conf
omarchy-theme-refresh
fi