Files
dotfiles/all.sh
2025-12-24 11:31:40 +00:00

13 lines
193 B
Bash
Executable File

#!/bin/sh
git add .
git commit -a -m "AutoSave - For reset"
# Possibly with adoptation
bash stow.sh cli
bash stow.sh gui
bash stow.sh home
# Reset to the last autosave
git reset --hard HEAD