Skip to content

sora-ichigo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

530 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My development environment setup dotfiles

Supported OS

  • macOS (Darwin)

Tools

  • Nix with Home Manager for declarative package and configuration management
  • Homebrew with Brewfile for macOS GUI applications

Installation

git clone https://github.com/igsr5/dotfiles.git
cd dotfiles
make nix    # Install Nix packages and apply Home Manager configuration
make brew   # Install Homebrew packages from Brewfile

Directory Structure

.
├── install.sh              # Setup script for Nix and Home Manager
├── config/                 # Application configuration files (symlinked to $HOME)
├── nix/                    # Nix flake and Home Manager configuration
│   ├── flake.nix          # Nix flake definition
│   ├── home.nix           # Home Manager configuration
│   └── programs/          # Per-program Nix configurations
└── Brewfile               # Homebrew packages (GUI apps)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors