Files
omarchy/bin/omarchy-refresh-walker

6 lines
234 B
Plaintext
Raw Normal View History

#!/bin/bash
if [[ "$1" == "-y" ]] || gum confirm "Refresh Walker config? This will replace your current settings with Omarchy defaults."; then
cp -f ~/.local/share/omarchy/config/walker/config.toml ~/.config/walker/ 2>/dev/null
fi