feat: add missing project files and fix architecture compliance

- Add LICENSE file (MIT)
- Add CONTRIBUTING.md with generator-first workflow guidelines
- Add Makefile with comprehensive development commands
- Add .editorconfig for consistent code formatting
- Add CHANGELOG.md for version tracking
- Remove inconsistent non-variant files that bypassed generator architecture
- Fix installation script to use variant-specific paths (prevent config overwriting)
This commit is contained in:
2025-09-06 00:36:23 +03:00
parent 11baabe545
commit dd5e539bb5
289 changed files with 29294 additions and 60 deletions

View File

@@ -2,19 +2,19 @@
# Generated from template - do not edit manually
format = """
[](#{{bg1}})\
[]({{bg1}})\
$username\
[](bg:#{{bg2}} fg:#{{bg1}})\
[](bg:{{bg2}} fg:{{bg1}})\
$directory\
[](fg:#{{bg2}} bg:#{{bg}})\
[](fg:{{bg2}} bg:{{bg}})\
$git_branch\
$git_status\
[](fg:#{{bg}} bg:#{{bg1}})\
[](fg:{{bg}} bg:{{bg1}})\
$nodejs\
$rust\
$golang\
$php\
[](fg:#{{bg1}})\
[](fg:{{bg1}})\
"""
# Disable the blank line at the start of the prompt
@@ -22,42 +22,42 @@ add_newline = false
[username]
show_always = true
style_user = "bg:#{{bg1}} fg:#{{fg}}"
style_root = "bg:#{{bg1}} fg:#{{red}}"
style_user = "bg:{{bg1}} fg:{{fg}}"
style_root = "bg:{{bg1}} fg:{{red}}"
format = '[$user ]($style)'
disabled = false
[directory]
style = "bg:#{{bg2}} fg:#{{blue}}"
style = "bg:{{bg2}} fg:{{blue}}"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[git_branch]
symbol = ""
style = "bg:#{{bg}} fg:#{{green}}"
style = "bg:{{bg}} fg:{{green}}"
format = '[ $symbol $branch ]($style)'
[git_status]
style = "bg:#{{bg}} fg:#{{red}}"
style = "bg:{{bg}} fg:{{red}}"
format = '[$all_status$ahead_behind ]($style)'
[nodejs]
symbol = ""
style = "bg:#{{bg1}} fg:#{{yellow}}"
style = "bg:{{bg1}} fg:{{yellow}}"
format = '[ $symbol ($version) ]($style)'
[rust]
symbol = ""
style = "bg:#{{bg1}} fg:#{{orange}}"
style = "bg:{{bg1}} fg:{{orange}}"
format = '[ $symbol ($version) ]($style)'
[golang]
symbol = ""
style = "bg:#{{bg1}} fg:#{{aqua}}"
style = "bg:{{bg1}} fg:{{aqua}}"
format = '[ $symbol ($version) ]($style)'
[php]
symbol = ""
style = "bg:#{{bg1}} fg:#{{purple}}"
style = "bg:{{bg1}} fg:{{purple}}"
format = '[ $symbol ($version) ]($style)'