Quick installation guide for macOS and Linux.
git clone https://github.com/IllyaStarikov/.dotfiles.git ~/.dotfiles
cd ~/.dotfiles && ./src/setup/install.sh
macOS: 10.15+, Admin privileges, 2GB bandwidth Linux: Ubuntu 20.04+/Fedora 35+/Arch, Admin privileges, 1.5GB bandwidth
nvim # Plugins auto-install
:checkhealth # Verify installation
:Mason # Install language servers
tmux # Start tmux (no plugins needed)
theme # Auto-detect from macOS
theme day # Light theme
theme night # Dark theme
Personal configs go in:
~/.config/nvim/after/ - Neovim overrides~/.zshrc.local - Shell customizations~/.gitconfig.local - Git settingsNeovim issues: Run :checkhealth for diagnostics
Shell not loading: Ensure Zsh is default: chsh -s $(which zsh)
Fonts missing: Restart terminal after installation
Permission errors: Donβt use sudo, let scripts handle permissions
cd ~/.dotfiles
git pull
./src/setup/install.sh --symlinks # Update links only