mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 12:39:35 +02: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
|