mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add Tmux
Being able to use a unified terminal setup between local and remote hosts has some real advantages.
This commit is contained in:
9
migrations/1770638893.sh
Normal file
9
migrations/1770638893.sh
Normal 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
|
||||
Reference in New Issue
Block a user