mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
fixed deploy script
This commit is contained in:
parent
b08d63e4a5
commit
0e911e2705
2 changed files with 2 additions and 4 deletions
|
|
@ -388,10 +388,7 @@ def main():
|
||||||
runner.add_task("Config Git Pull", "cd ~/.config && git pull")
|
runner.add_task("Config Git Pull", "cd ~/.config && git pull")
|
||||||
runner.add_task("Neovim Config Git Pull", "cd ~/.config/nvim && git pull")
|
runner.add_task("Neovim Config Git Pull", "cd ~/.config/nvim && git pull")
|
||||||
runner.add_task("SConfig Git Pull", "cd ~/.sconfig && git pull")
|
runner.add_task("SConfig Git Pull", "cd ~/.sconfig && git pull")
|
||||||
runner.add_task(
|
runner.add_task( "Agent Tracker Build", "cd ~/.config/agent-tracker && ./install.sh")
|
||||||
"Agent Tracker Build",
|
|
||||||
"cd ~/.config/agent-tracker && ./install.sh && ./scripts/install_brew_service.sh"
|
|
||||||
)
|
|
||||||
|
|
||||||
success = runner.run_all()
|
success = runner.run_all()
|
||||||
sys.exit(0 if success else 1)
|
sys.exit(0 if success else 1)
|
||||||
|
|
|
||||||
|
|
@ -86,6 +86,7 @@ create_symlink() {
|
||||||
echo "✅ Symlink ensured: $link_name -> $target"
|
echo "✅ Symlink ensured: $link_name -> $target"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bash ~/.config/agent-tracker/scripts/install_brew_service.sh
|
||||||
# Create configuration symlinks
|
# Create configuration symlinks
|
||||||
create_symlink "$HOME/.config/.tmux.conf" "$HOME/.tmux.conf" "Tmux"
|
create_symlink "$HOME/.config/.tmux.conf" "$HOME/.tmux.conf" "Tmux"
|
||||||
create_symlink "$HOME/.config/claude" "$HOME/.claude" "Claude"
|
create_symlink "$HOME/.config/claude" "$HOME/.claude" "Claude"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue