dotfiles/scripts/sunrise.sh

15 lines
348 B
Bash
Raw Normal View History

2024-01-30 18:35:52 +00:00
#!/bin/env bash
CONFIG_DIR=$(dirname $(dirname "$(realpath $0)"))
# Kitty terminal
echo "include themes/rose-pine-dawn.conf" >$HOME/.config/kitty/theme.conf
kill -SIGUSR1 $(pidof kitty)
# Neovim
kill -SIGUSR1 $(pidof nvim) $(pidof vim) $(pidof vi)
2024-01-30 18:35:52 +00:00
# Bat
sed -i "s/--theme=.*/--theme=OneHalfLight/g" ${CONFIG_DIR}/bat/config
home-manager switch