mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Being able to use a unified terminal setup between local and remote hosts has some real advantages.
10 lines
231 B
Bash
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
|