2025-09-20 14:49:22 -04:00
|
|
|
#!/bin/bash
|
2026-07-06 16:53:38 -04:00
|
|
|
cd ~/ExoKortex/2-Areas/Home-Infra/4-Outputs/dotfiles
|
2025-09-20 14:49:22 -04:00
|
|
|
make all
|
|
|
|
|
if [ $? -eq 0 ]; then
|
|
|
|
|
notify-send "Dotfiles" "Configuration reloaded successfully!"
|
|
|
|
|
else
|
|
|
|
|
notify-send "Dotfiles" "Failed to reload configuration!"
|
|
|
|
|
fi
|