Being able to use a unified terminal setup between local and remote
hosts has some real advantages.
This commit is contained in:
David Heinemeier Hansson
2026-02-09 14:32:42 +01:00
parent ff234bba1f
commit ad43162f24
4 changed files with 100 additions and 0 deletions

9
migrations/1770638893.sh Normal file
View File

@@ -0,0 +1,9 @@
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