mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
9 lines
161 B
Bash
Executable File
9 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [[ -f ~/.config/alacritty/alacritty.toml ]]; then
|
|
touch ~/.config/alacritty/alacritty.toml
|
|
fi
|
|
|
|
killall -SIGUSR1 kitty
|
|
killall -SIGUSR2 ghostty
|