Uninstall
Uninstall
To completely remove Caveman Code from your system:
- Remove the application directory:
rm -rf ~/.cave
-
Remove the global symlink: Remove the
caveman-codesymlink from your PATH (typically~/.local/bin/caveor/usr/local/bin/cave). -
Optional: Clear memory: Sessions live in
~/.cave/sessions/. Memory (cavemem) lives in~/.cavemem/and is not removed by the above — clean it explicitly if needed:
rm -rf ~/.cavemem