Easy usage: curl -FSsl https://mjt.sh
Configuration files for vim, git, bash, zsh, and fzf.
Occasionally it's good to clean up a repo like this one since history is less important after stuff has been working for a while.
- Tag the most recent commit that's been used for a long time
- Reset the git repo and force push
git checkout --orphan newstart main
git commit -a -m "Fresh start"
# Overwrite the old master branch reference with the new one
git branch -M newstart main
git push --force origin main