mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
10 lines
236 B
Bash
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
|