mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-03-02 07:19:59 +00:00
Compare commits
3 Commits
e151c2e7c3
...
d624a55769
| Author | SHA1 | Date | |
|---|---|---|---|
| d624a55769 | |||
| 3081b00255 | |||
| 3e712774d7 |
@@ -117,6 +117,9 @@ Follow conventional commits style (all lowercase).
|
|||||||
- `docs(scope): description` - Documentation changes
|
- `docs(scope): description` - Documentation changes
|
||||||
- Example: `feat(zsh): update dotfiles` or `fix(scripts): use correct pass entry`
|
- Example: `feat(zsh): update dotfiles` or `fix(scripts): use correct pass entry`
|
||||||
|
|
||||||
|
#### Pushing Remotes
|
||||||
|
- **Do not push git repositories to remote unless explicitly instructed.**
|
||||||
|
|
||||||
### File Organization
|
### File Organization
|
||||||
- Shell scripts: `home/bin/executable_<name>.sh`
|
- Shell scripts: `home/bin/executable_<name>.sh`
|
||||||
- Python scripts: `home/bin/<name>.py`
|
- Python scripts: `home/bin/<name>.py`
|
||||||
|
|||||||
@@ -13,8 +13,14 @@
|
|||||||
"gpt-oss:20b": {
|
"gpt-oss:20b": {
|
||||||
"name": "GPT OSS 20b"
|
"name": "GPT OSS 20b"
|
||||||
},
|
},
|
||||||
|
"gpt-oss:120b": {
|
||||||
|
"name": "GPT OSS 120b"
|
||||||
|
},
|
||||||
"hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M": {
|
"hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M": {
|
||||||
"name": "Qwen3 4b"
|
"name": "Qwen3 4b"
|
||||||
|
},
|
||||||
|
"qwen3-coder-next:latest": {
|
||||||
|
"name": "Qwen3 Coder Next"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user