Skip to main content

Uninstall

Uninstall

To completely remove Caveman Code from your system:

  1. Remove the application directory:
rm -rf ~/.cave
  1. Remove the global symlink: Remove the caveman-code symlink from your PATH (typically ~/.local/bin/cave or /usr/local/bin/cave).

  2. 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