12 lines
215 B
Bash
Executable File
12 lines
215 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Reset shell.json to Omarchy defaults
|
|
# omarchy:examples=omarchy refresh shell
|
|
|
|
set -euo pipefail
|
|
|
|
omarchy-refresh-config omarchy/shell.json
|
|
omarchy-bar defaults
|
|
|
|
omarchy-restart-shell
|