mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add a migration to ensure that ghostty and kitty configs are available if someone switches over
This commit is contained in:
9
migrations/1758051607.sh
Normal file
9
migrations/1758051607.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
echo "Copy configs for ghostty + kitty so they're available as alternative terminal options"
|
||||
|
||||
if [[ ! -f ~/.config/ghostty/config ]]; then
|
||||
cp -Rpf $OMARCHY_PATH/config/ghostty/config ~/.config/ghostty/config
|
||||
fi
|
||||
|
||||
if [[ ! -f ~/.config/kitty/kitty.conf ]]; then
|
||||
cp -Rpf $OMARCHY_PATH/config/kitty/kitty.conf ~/.config/kitty/kitty.conf
|
||||
fi
|
||||
Reference in New Issue
Block a user