During installation, if the installer finds an existing configuration file that conflicts with the dotfiles repository, it gives you the option to back it up.
All backups are centralized in:
~/.config/ava/backups/Each backup is placed inside a timestamped folder, for example:
~/.config/ava/backups/20260429-123045/
- Locate the backup folder in
~/.config/ava/backups/. - Find the file you want to restore (e.g.
.zshrc). - Overwrite the symlink created by the installer with your backup:
cp -a ~/.config/ava/backups/20260429-123045/.zshrc ~/.zshrcIf you used --system-only or --full and want to remove the workstation tweaks from your system:
sudo rm -f /etc/systemd/coredump.conf.d/99-ava-workstation.conf
sudo rm -f /etc/systemd/journald.conf.d/99-ava-workstation.conf
sudo rm -f /etc/sysctl.d/99-ava-workstation.conf
# Reload services
sudo systemctl daemon-reload
sudo systemctl restart systemd-coredump
sudo systemctl restart systemd-journald
sudo sysctl --system