Conversation
- Got rid of ansible playbooks in the favor of script that dynamically generates dotfiles - The new dynamically generated dotfiles also accounts for the different distros - Instead of defining playbooks, now custom yaml files are uses - got rid of some old configs - Fix an issue where if cargo is installed via package manager, sourcing cargo env
- Refactor and improve the script to generate the ansible playbooks - Add back the ansible playbook runner script - Add python pyproject toml file for formatting config - Add script apps in the system apps - Add pre_push script as action runner - Add an additional sh script to setup paru if running on arch linux
- Prettify the generated yaml playbook by adding empty lines between tasks
- Some minor refactoring
- Add pyproject.toml using uv to track all dependencies - Adds justfile to easily run commands - Updates gitignore - Updates requirements.txt based on the pyproject.toml - Removes the install.sh
- Fixes some type errors - Adds negative selection when ALL packages option is selected - Add type checker mypy
- Fix the names of the chezmoiscripts so they start with run - Add arg support for script installers - Update justfile
- Add proton tricks to list of flatpak apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
An attempt to make the dotfile repo work on many distros