Files
Nomarchy/bin/nomarchy-reinstall-git
Bernardo Magri 33deeb494b initial commit
2026-04-01 17:06:01 +01:00

9 lines
283 B
Bash
Executable File

#!/bin/bash
set -e
# Reinstall the Nomarchy configuration directory from the git source.
git clone --depth=1 "https://github.com/basecamp/nomarchy.git" ~/.local/share/nomarchy-new >/dev/null
mv $OMARCHY_PATH ~/.local/share/nomarchy-old
mv ~/.local/share/nomarchy-new $OMARCHY_PATH