mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-11-27 18:13:19 +00:00
Compare commits
3 Commits
5bb978bd20
...
2649688ef4
| Author | SHA1 | Date | |
|---|---|---|---|
| 2649688ef4 | |||
| 97e7ed3e53 | |||
| 9d821052d5 |
@@ -27,12 +27,17 @@ export TERM=xterm
|
||||
# Search
|
||||
alias g='grep -Irn'
|
||||
|
||||
# Dotfiles
|
||||
alias dot='cd ~/.local/share/chezmoi'
|
||||
export DOT_PROGRAM='chezmoi'
|
||||
alias dota="${DOT_PROGRAM} add"
|
||||
alias dotd="${DOT_PROGRAM} diff"
|
||||
alias dotu="${DOT_PROGRAM} update"
|
||||
|
||||
# Other
|
||||
alias i='sudo dnf install'
|
||||
alias d='sudo dnf'
|
||||
alias u='sh ~/bin/update.sh'
|
||||
alias dot='cd ~/.local/share/chezmoi'
|
||||
alias dotu='chezmoi update'
|
||||
alias h='cd ~/git/cacolglazier.com/ && hugo server'
|
||||
|
||||
# Git
|
||||
@@ -55,8 +60,8 @@ alias qc="${AQUAAI_PATH} --cli"
|
||||
alias qg="${AQUAAI_PATH} --git"
|
||||
alias qr="${AQUAAI_PATH} --code-review"
|
||||
alias qa="${AQUAAI_PATH} --home-assistant"
|
||||
export AQUAAI_DEFAULT_MODEL='hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q4_K_M'
|
||||
export AQUAAI_CODING_MODEL='hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q4_K_M'
|
||||
export AQUAAI_DEFAULT_MODEL='hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M'
|
||||
export AQUAAI_CODING_MODEL='hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M'
|
||||
export AQUAAI_RICH_FORMAT_MODE=false
|
||||
export AQUAAI_KEY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user