Personal configuration files managed with GNU Stow.
./bootstrap.sh # Install dependencies (Git, Stow, Homebrew on macOS)
./install.sh # Install packages and symlink configs
config/
- Stow packages for various programspackages/
- Lists of packages to install per platformbootstrap.sh
- Install essential dependenciesinstall.sh
- Install packages and symlink dotfiles
cd config
stow nvim # Symlink Neovim config
stow git # Symlink Git config
stow zsh # Symlink Zsh config