Files
omarchy/migrations/1770638893.sh
David Heinemeier Hansson ad43162f24 Add Tmux
Being able to use a unified terminal setup between local and remote
hosts has some real advantages.
2026-02-09 14:32:42 +01:00

10 lines
231 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/config/tmux/tmux.config ~/.config/tmux/tmux.conf
omarchy-theme-reset
fi