mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
11 lines
307 B
Bash
Executable File
11 lines
307 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Ensure walker is set to autostart
|
|
mkdir -p ~/.config/autostart/
|
|
cp $OMARCHY_PATH/autostart/walker.desktop ~/.config/autostart/
|
|
|
|
omarchy-refresh-config walker/config.toml
|
|
omarchy-refresh-config elephant/calc.toml
|
|
omarchy-refresh-config elephant/desktopapplications.toml
|
|
omarchy-restart-walker
|