This could be used to replace our custom commands.
already aliased to gt
with autocomplete.
Not sure about our g_commit_and_push
func yet.
A python package to rewrite git history.
Might be interesting:
needed for python (sigh...): sudo apt-get install build-essential libssl-dev libffi-dev python-dev
TODO: check whether http deb packages are installed before executing. TODO: check if we can reduce python dependencies TODO: add error handling for ansible not installed
After installation:
- Connect to the internet
- Create a new user with
sudo adduser <USERNAME>
and follow the prompts. This will be the main user - Add this user to sudo with
sudo usermod -aG sudo <USERNAME>
- Run
sudo apt update
- Run
sudo apt upgrade
- Reboot system
- Log in as the newly created user
- System should now be ready for Chezmoi...