mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo 'include gruvbox.conf' > $HOME/.config/kitty/colors.conf
|
|
|
|
killall -SIGUSR1 kitty || true
|