Config files and scripts for my development environment.
Managed with GNU Stow for easy symlink management.
# navigate to home directory
cd ~
# clone the repository
git clone [email protected]:fbosch/dotfiles.git
# navigate to the directory
cd dotfiles
# initiate GNU Stow to create symlinks
stow .All system packages and dependencies (Neovim, Fish, WezTerm, CLI tools, etc.) are declaratively managed in my NixOS configuration:
This dotfiles repository contains only the application configuration files, while the NixOS repository handles:
- System packages and versions
- Service configurations
- Home Manager setup
- Declarative system state