Files
dotfiles/emacs/reset.sh
2025-10-12 13:24:12 -07:00

6 lines
161 B
Bash
Executable File

#!/usr/bin/env bash
SCRIPT_DIR=$(dirname "$(readlink -f "$0")")
pushd $SCRIPT_DIR &>/dev/null && rm -rf eln-cache elpa elpaca elpaca.lock && popd &> /dev/null