./setup-nvim.shThis creates a symlink from ~/.config/nvim to the dotfiles repo, so any changes you make are automatically tracked. Plugins will auto-install via lazy.nvim on first launch.
./setup-claude.shThis creates a symlink from ~/.claude/commands to the dotfiles repo. Custom slash commands (/up2speed, /feature, etc.) are then available in all Claude Code sessions.
curl -fsSL -H "Accept: application/vnd.github.v3.raw" https://api.github.com/repos/okuvshynov/dotfiles/contents/install-vim.sh | bashcurl -fsSL https://api.github.com/repos/okuvshynov/dotfiles/contents/silverbullet | grep -o '"download_url": "[^"]*\.md"' | cut -d'"' -f4 | xargs -n1 curl -fsSLO