zshrc: Offline-KI Aliases und Cheat-Sheet ergaenzt
This commit is contained in:
parent
6b9658ab1d
commit
043c381ae9
1 changed files with 15 additions and 0 deletions
15
zsh/.zshrc
15
zsh/.zshrc
|
|
@ -62,6 +62,12 @@ alias gl='git log --oneline --graph --decorate'
|
||||||
alias gitcheck="~/git-check-all.sh --short"
|
alias gitcheck="~/git-check-all.sh --short"
|
||||||
alias gitupdate="~/git-update-all.sh"
|
alias gitupdate="~/git-update-all.sh"
|
||||||
alias cb="xclip -selection clipboard -o | sed 's/^ //' | xclip -selection clipboard -i"
|
alias cb="xclip -selection clipboard -o | sed 's/^ //' | xclip -selection clipboard -i"
|
||||||
|
# Offline-KI Shortcuts (LM Studio via ki CLI)
|
||||||
|
alias ki-chat='ki interactive'
|
||||||
|
alias ki-agent='ki interactive --agent-mode'
|
||||||
|
alias ki-rchat='ki --remote interactive'
|
||||||
|
alias ki-ragent='ki --remote interactive --agent-mode'
|
||||||
|
|
||||||
alias fetch="fastfetch"
|
alias fetch="fastfetch"
|
||||||
alias gitsync="~/git-sync-all.sh"
|
alias gitsync="~/git-sync-all.sh"
|
||||||
alias mac-sync="curl -fsSL https://git.motocamp.de/rene/dotfiles-rene/raw/branch/main/bin/git-sync-all.sh | bash"
|
alias mac-sync="curl -fsSL https://git.motocamp.de/rene/dotfiles-rene/raw/branch/main/bin/git-sync-all.sh | bash"
|
||||||
|
|
@ -154,6 +160,15 @@ tools() {
|
||||||
setup-base.sh <13|16> Basis-Setup (als root)
|
setup-base.sh <13|16> Basis-Setup (als root)
|
||||||
setup-desktop.sh Desktop + Apps (als user)
|
setup-desktop.sh Desktop + Apps (als user)
|
||||||
|
|
||||||
|
OFFLINE-KI (LM Studio)
|
||||||
|
────────────────────────────────────────────────────────────────
|
||||||
|
ki-chat interaktiver Chat
|
||||||
|
ki-agent Agent-Modus (Dateizugriff, Shell)
|
||||||
|
ki-rchat Chat ueber ki.motocamp.de (VPN)
|
||||||
|
ki-ragent Agent ueber ki.motocamp.de (VPN)
|
||||||
|
ki skills verfuegbare Skills auflisten
|
||||||
|
ki skill <name> -f <datei> Skill ausfuehren
|
||||||
|
|
||||||
SPASS
|
SPASS
|
||||||
────────────────────────────────────────────────────────────────
|
────────────────────────────────────────────────────────────────
|
||||||
cmatrix Matrix-Regen (q = quit)
|
cmatrix Matrix-Regen (q = quit)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue