mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
7 lines
246 B
Bash
7 lines
246 B
Bash
echo "Link new theme picker config"
|
|
|
|
mkdir -p ~/.config/elephant/menus
|
|
ln -snf $OMARCHY_PATH/default/elephant/omarchy_themes.lua ~/.config/elephant/menus/omarchy_themes.lua
|
|
sed -i '/"menus",/d' ~/.config/walker/config.toml
|
|
omarchy-restart-walker
|