Add post-boot.d hooks and give daily weather as an example
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
echo "Add sample post-boot hook"
|
||||
|
||||
mkdir -p ~/.config/omarchy/hooks/post-boot.d
|
||||
|
||||
if [[ ! -f ~/.config/omarchy/hooks/post-boot.d/weather.sample ]]; then
|
||||
cp "$OMARCHY_PATH/config/omarchy/hooks/post-boot.d/weather.sample" ~/.config/omarchy/hooks/post-boot.d/weather.sample
|
||||
fi
|
||||
Reference in New Issue
Block a user