Compare commits

...

2 Commits

Author SHA1 Message Date
872bb0c432 add aishell
Some checks failed
build and push image / Release (push) Failing after 3m8s
2025-11-09 17:32:33 +09:00
27658209d3 fix zshrc
Some checks failed
build and push image / Release (push) Failing after 1m34s
2025-11-09 05:29:50 +09:00
2 changed files with 6 additions and 3 deletions

View File

@@ -74,7 +74,10 @@ arch-chroot root.x86_64 /bin/sh -c 'git clone https://git.syui.ai/ai/gpt && cd g
# Install aibot (aios core package)
echo "Installing aibot..."
arch-chroot root.x86_64 /bin/sh -c 'git clone https://git.syui.ai/ai/bot && cd bot && cargo build && cp -rf ./target/debug/aibot /bin/ && aibot ai && cd .. && rm -rf bot'
arch-chroot root.x86_64 /bin/sh -c 'git clone https://git.syui.ai/ai/bot && cd bot && cargo build --release && cp -rf ./target/release/aibot /bin/ && aibot ai && cd .. && rm -rf bot'
echo "Installing aishell..."
arch-chroot root.x86_64 /bin/sh -c 'git clone https://git.syui.ai/ai/shell && cd shell && cargo build --release && cp -rf ./target/release/aishell /bin/ && cd .. && rm -rf shell'
echo "✓ Arch Linux base complete"
echo ""

View File

@@ -13,8 +13,8 @@ export AIGPT_CONFIG="$HOME/.config/syui/ai/config.toml"
export AIGPT_MCP="$HOME/.config/syui/ai/mcp.json"
# Aliases
alias ai='claude'
alias c='claude'
alias claude='claude --dangerously-skip-permissions'
alias c='claude --dangerously-skip-permissions'
# Prompt
autoload -Uz promptinit