Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 649 Bytes

File metadata and controls

28 lines (18 loc) · 649 Bytes

🗂️ Dotfiles

Config files and scripts for my development environment.
Managed with GNU Stow for easy symlink management.

⚡ Installation

# navigate to home directory
cd ~

# clone the repository
git clone git@github.com:fbosch/dotfiles.git

# navigate to the directory
cd dotfiles

# initiate GNU Stow to create symlinks
stow .

📦 Dependencies

All system packages and dependencies are declaratively managed in my NixOS configuration:

github.com/fbosch/nixos

This dotfiles repository contains only the application configuration files.