You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Show all available tasks
task --list
# Get detailed help
task help# Full installation (new system)
task install
# Update everything
task update
# System health check
task doctor
# Create backup
task backup
π Task Categories
π οΈ Installation & Setup
Task
Description
Usage
install
Complete dotfiles installation
task install
bootstrap
Bootstrap new system from scratch
task bootstrap
install:brew
Install Homebrew packages
task install:brew
install:modern-cli
Setup modern CLI tools
task install:modern-cli
install:git
Setup Git enhancements
task install:git
install:stow
Create symlinks with Stow
task install:stow
π¦ Package Management
Task
Description
Usage
brew
Interactive Homebrew management
task brew
brew:update
Update all packages
task brew:update
brew:sync
Sync Brewfile with system
task brew:sync
brew:cleanup
Clean old packages
task brew:cleanup
npm:global
Install global npm packages
task npm:global
deps
Update all dependencies
task deps
π§ Git Workflows
Task
Description
Usage
git:status
Enhanced dotfiles status
task git:status
git:sync
Sync with remote
task git:sync
commit
Smart commit with staging
task commit
π¨ Editor Configuration
Task
Description
Usage
nvim:sync
Sync Neovim plugins
task nvim:sync
nvim:update
Update Neovim plugins
task nvim:update
nvim:health
Check Neovim health
task nvim:health
tmux:reload
Reload tmux config
task tmux:reload
tmux:plugins
Install/update tmux plugins
task tmux:plugins
π₯ System Maintenance
Task
Description
Usage
doctor
Complete system health check
task doctor
clean
Clean system caches
task clean
backup
Create timestamped backup
task backup
restore
Restore from backup
task restore
weekly
Run weekly maintenance
task weekly
βοΈ Configuration Management
Task
Description
Usage
config
Interactive config editor
task config
configure
Apply all configurations
task configure
fix:permissions
Fix file permissions
task fix:permissions
fix:links
Fix broken symlinks
task fix:links
β‘ Quick Shortcuts
Task
Description
Usage
b
Quick backup
task b
c
Quick commit
task c
d
Quick doctor
task d
u
Quick update
task u
s
Quick status
task s
π Common Workflows
New System Setup
# Bootstrap everything from scratch
task bootstrap
Daily Development
# Check system health
task d
# Update everything
task u
# Commit changes
task c