Bundle dotfiles into a dotfiles.fossil repo #1
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.
This pull request removes several configuration and setup files from the
templatedirectory. These deletions simplify the repository by eliminating unused or outdated project-specific settings, shell configurations, and editor files.Removed configuration and setup files:
License and metadata files:
.LICENSE.templatefile, which contained licensing information for the MAGMA pipeline.Editor and tool-specific configuration:
.editorconfig,.air.toml,.bazelversion, and.dir-locals.elfiles, which provided formatting and editor-specific settings. [1] [2] [3] [4]Shell and environment setup:
.fish/config.fish,.fish/aliases.sh,.fish/run_fish.sh,.fish/starship.toml) and.envrc.template, which were used for project-specific shell setups. [1] [2] [3] [4] [5]Git and version control:
.gitignoreand.gitignore.jinjafiles, which contained rules for ignoring various files and directories.Other project files:
.dvc/config,.hasrc, and.emacs.proj/project-setup.el, which were used for DVC, tool management, and Emacs project setup, respectively. [1] [2] [3]